Shades of Rio Grande #AFCC14
Tints of Rio Grande #AFCC14
RGB
CMYK
RGB Variations
Color information
#AFCC14 (or 0xAFCC14) is known color: Rio Grande. HEX triplet: AF, CC and 14. RGB value is (175,204,20). Sum of RGB (Red+Green+Blue) = 175+204+20=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCC14 is #5033EB. Grayscale: #AFAFAF. Windows color (decimal): -5256172 or 1363119. OLE color: 1363119.
HSL color Cylindrical-coordinate representation of color #AFCC14: hue angle of 69.46º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFCC14 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 20 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.2 |
| HSL | 69.46º | 0.82% | 0.44% | - |
| HSV(B) | 69.46º | 0.9% | 0.8% | - |
| XYZ | 39.4 | 52.35 | 8.69 | - |
| YUV | 174.35 | 40.89 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 20 | 0.14 | 0 | 0.90 | 0.2 | 69.46 | 0.82 | 0.44 |
| Hex | AF | CC | 14 | E | 0 | 5A | 14 | 45 | 52 | 2C |
| Octal | 257 | 314 | 24 | 16 | 0 | 132 | 24 | 105 | 122 | 54 |
| Binary | 10101111 | 11001100 | 10100 | 1110 | 0 | 1011010 | 10100 | 1000101 | 1010010 | 101100 |
Color Harmonies of #AFCC14
Complementary color
Monochromatic Colors of #AFCC14
Black with #AFCC14
Text Example
Text Example
White with #AFCC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCC14; }
p { color: rgb(175,204,20); }
H1.HeaderClassName
{
color: #AFCC14;
}
.AnyTagClassName
{
color: #AFCC14;
}
</style>
background-color css
<style>
a { background-color: #AFCC14; }
a { background-color: rgb(175,204,20); }
div.DivClassName
{
background-color: #AFCC14;
}
.BgClassName
{
background-color: #AFCC14;
}
</style>
border-color css
<style>
span { border-color: #AFCC14; }
span { border-color: rgb(175,204,20); }
td.TdClassName
{
border-color: #AFCC14;
}
.TagClassName
{
border-color: #AFCC14;
}
</style>