Shades of Rio Grande #AFCA16
Tints of Rio Grande #AFCA16
RGB
CMYK
RGB Variations
Color information
#AFCA16 (or 0xAFCA16) is known color: Rio Grande. HEX triplet: AF, CA and 16. RGB value is (175,202,22). Sum of RGB (Red+Green+Blue) = 175+202+22=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCA16 is #5035E9. Grayscale: #AEAEAE. Windows color (decimal): -5256682 or 1493679. OLE color: 1493679.
HSL color Cylindrical-coordinate representation of color #AFCA16: hue angle of 69º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFCA16 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 202 | 22 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.21 |
| HSL | 69º | 0.8% | 0.44% | - |
| HSV(B) | 69º | 0.89% | 0.79% | - |
| XYZ | 38.94 | 51.41 | 8.63 | - |
| YUV | 173.41 | 42.55 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 202 | 22 | 0.13 | 0 | 0.89 | 0.21 | 69 | 0.8 | 0.44 |
| Hex | AF | CA | 16 | D | 0 | 59 | 15 | 45 | 50 | 2C |
| Octal | 257 | 312 | 26 | 15 | 0 | 131 | 25 | 105 | 120 | 54 |
| Binary | 10101111 | 11001010 | 10110 | 1101 | 0 | 1011001 | 10101 | 1000101 | 1010000 | 101100 |
Color Harmonies of #AFCA16
Complementary color
Monochromatic Colors of #AFCA16
Black with #AFCA16
Text Example
Text Example
White with #AFCA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCA16; }
p { color: rgb(175,202,22); }
H1.HeaderClassName
{
color: #AFCA16;
}
.AnyTagClassName
{
color: #AFCA16;
}
</style>
background-color css
<style>
a { background-color: #AFCA16; }
a { background-color: rgb(175,202,22); }
div.DivClassName
{
background-color: #AFCA16;
}
.BgClassName
{
background-color: #AFCA16;
}
</style>
border-color css
<style>
span { border-color: #AFCA16; }
span { border-color: rgb(175,202,22); }
td.TdClassName
{
border-color: #AFCA16;
}
.TagClassName
{
border-color: #AFCA16;
}
</style>