Html Css Color HEX #AFCF14 Rio Grande

📋 copy color: '#AFCF14'

red 175 ◦ green 207 ◦ blue 20

#AFCF14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #AFCF14

Tints of Rio Grande #AFCF14

RGB

 RED value IS 175 (68.75% from 255) = 43.53%

 GREEN value IS 207 (81.25% from 255) = 51.49%

 BLUE value IS 20 (8.2% from 255) = 4.98%

R = 43.53%
G = 51.49%
B = 4.98%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFCF14 (or 0xAFCF14) is known color: Rio Grande. HEX triplet: AF, CF and 14. RGB value is (175,207,20). Sum of RGB (Red+Green+Blue) = 175+207+20=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 207 (81.25% from 255 or 51.49% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCF14 is #5030EB. Grayscale: #B0B0B0. Windows color (decimal): -5255404 or 1363887. OLE color: 1363887.

HSL color Cylindrical-coordinate representation of color #AFCF14: hue angle of 70.27º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFCF14 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 207 20 -
CMYK 0.15 0 0.90 0.19
HSL 70.27º 0.82% 0.45% -
HSV(B) 70.27º 0.9% 0.81% -
XYZ 40.12 53.79 8.93 -
YUV 176.11 39.9 127.21 -
System Red Green Blue C M Y K H S L
Decimal 175 207 20 0.15 0 0.90 0.19 70.27 0.82 0.45
Hex AF CF 14 F 0 5A 13 46 52 2D
Octal 257 317 24 17 0 132 23 106 122 55
Binary 10101111 11001111 10100 1111 0 1011010 10011 1000110 1010010 101101

Color Harmonies of #AFCF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCF14

Black with #AFCF14

Text Example


Text Example

White with #AFCF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCF14; }

 p { color: rgb(175,207,20); }

 H1.HeaderClassName
 {
   color: #AFCF14;
 }
 .AnyTagClassName
 {
   color: #AFCF14;
 }
</style>

background-color css

<style>
 a { background-color: #AFCF14; }

 a { background-color: rgb(175,207,20); }

 div.DivClassName
 {
   background-color: #AFCF14;
 }
 .BgClassName
 {
   background-color: #AFCF14;
 }
</style>

border-color css

<style>
 span { border-color: #AFCF14; }

 span { border-color: rgb(175,207,20); }

 td.TdClassName
 {
   border-color: #AFCF14;
 }
 .TagClassName
 {
   border-color: #AFCF14;
 }
</style>