#AFCA12

Color #AFCA12 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #AFCA12

Tints of Rio Grande #AFCA12

Color information

#AFCA12 (or 0xAFCA12) is unknown color: approx Rio Grande. HEX triplet: AF, CA and 12. RGB value is (175,202,18). Sum of RGB (Red+Green+Blue) = 175+202+18=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCA12 is #5035ED. Grayscale: #ADADAD. Windows color (decimal): -5256686 or 1231535. OLE color: 1231535.

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

Color convert

RGB17520218-
CMYK0.1300.910.21
HSL68.8º83.64%43.14%-
HSV(B)68.8º91.09%79.22%-
XYZ38.9151.48.44-
YUV172.9540.55129.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 202 (79.30% from 255) = 51.14%
BLUE value IS 18 (7.42% from 255) = 4.56%
R=44.30%
G=51.14%
B=4.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal175202180.1300.910.2168.883.6443.14
HexAFCA12D05B1545542b
Octal257312221501332510512453
Binary1010111111001010100101101010110111010110001011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCA12; }

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

 H1.HeaderClassName
 {
   color: #AFCA12;
 }
 .AnyTagClassName
 {
   color: #AFCA12;
 }
</style>
background-color css

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

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

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

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

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

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