Shades of Rio Grande #AFCC10
Tints of Rio Grande #AFCC10
RGB
CMYK
RGB Variations
Color information
#AFCC10 (or 0xAFCC10) is known color: Rio Grande. HEX triplet: AF, CC and 10. RGB value is (175,204,16). Sum of RGB (Red+Green+Blue) = 175+204+16=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 16 (6.64% from 255 or 4.05% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCC10 is #5033EF. Grayscale: #AEAEAE. Windows color (decimal): -5256176 or 1100975. OLE color: 1100975.
HSL color Cylindrical-coordinate representation of color #AFCC10: hue angle of 69.26º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFCC10 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 16 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.2 |
| HSL | 69.26º | 0.85% | 0.43% | - |
| HSV(B) | 69.26º | 0.92% | 0.8% | - |
| XYZ | 39.37 | 52.34 | 8.52 | - |
| YUV | 173.9 | 38.89 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 16 | 0.14 | 0 | 0.92 | 0.2 | 69.26 | 0.85 | 0.43 |
| Hex | AF | CC | 10 | E | 0 | 5C | 14 | 45 | 55 | 2B |
| Octal | 257 | 314 | 20 | 16 | 0 | 134 | 24 | 105 | 125 | 53 |
| Binary | 10101111 | 11001100 | 10000 | 1110 | 0 | 1011100 | 10100 | 1000101 | 1010101 | 101011 |
Color Harmonies of #AFCC10
Complementary color
Monochromatic Colors of #AFCC10
Black with #AFCC10
Text Example
Text Example
White with #AFCC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCC10; }
p { color: rgb(175,204,16); }
H1.HeaderClassName
{
color: #AFCC10;
}
.AnyTagClassName
{
color: #AFCC10;
}
</style>
background-color css
<style>
a { background-color: #AFCC10; }
a { background-color: rgb(175,204,16); }
div.DivClassName
{
background-color: #AFCC10;
}
.BgClassName
{
background-color: #AFCC10;
}
</style>
border-color css
<style>
span { border-color: #AFCC10; }
span { border-color: rgb(175,204,16); }
td.TdClassName
{
border-color: #AFCC10;
}
.TagClassName
{
border-color: #AFCC10;
}
</style>