Html Css Color HEX #AFCA0C Rio Grande

📋 copy color: '#AFCA0C'

red 175 ◦ green 202 ◦ blue 12

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

Shades of Rio Grande #AFCA0C

Tints of Rio Grande #AFCA0C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.93%

 BLUE value IS 12 (5.08% from 255) = 3.08%

R = 44.99%
G = 51.93%
B = 3.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#AFCA0C (or 0xAFCA0C) is known color: Rio Grande. HEX triplet: AF, CA and 0C. RGB value is (175,202,12). Sum of RGB (Red+Green+Blue) = 175+202+12=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 202 (79.30% from 255 or 51.93% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCA0C is #5035F3. Grayscale: #ADADAD. Windows color (decimal): -5256692 or 838319. OLE color: 838319.

HSL color Cylindrical-coordinate representation of color #AFCA0C: hue angle of 68.53º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFCA0C is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 202 12 -
CMYK 0.13 0 0.94 0.21
HSL 68.53º 0.89% 0.42% -
HSV(B) 68.53º 0.94% 0.79% -
XYZ 38.87 51.38 8.22 -
YUV 172.27 37.55 129.95 -
System Red Green Blue C M Y K H S L
Decimal 175 202 12 0.13 0 0.94 0.21 68.53 0.89 0.42
Hex AF CA C D 0 5E 15 45 59 2A
Octal 257 312 14 15 0 136 25 105 131 52
Binary 10101111 11001010 1100 1101 0 1011110 10101 1000101 1011001 101010

Color Harmonies of #AFCA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCA0C

Black with #AFCA0C

Text Example


Text Example

White with #AFCA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCA0C; }

 p { color: rgb(175,202,12); }

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

background-color css

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

 a { background-color: rgb(175,202,12); }

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

border-color css

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

 span { border-color: rgb(175,202,12); }

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