Shades of Rio Grande #AFC90F
Tints of Rio Grande #AFC90F
RGB
CMYK
RGB Variations
Color information
#AFC90F (or 0xAFC90F) is known color: Rio Grande. HEX triplet: AF, C9 and 0F. RGB value is (175,201,15). Sum of RGB (Red+Green+Blue) = 175+201+15=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 201 (78.91% from 255 or 51.41% from 391); Blue value is 15 (6.25% from 255 or 3.84% from 391); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC90F is #5036F0. Grayscale: #ACACAC. Windows color (decimal): -5256945 or 1034671. OLE color: 1034671.
HSL color Cylindrical-coordinate representation of color #AFC90F: hue angle of 68.39º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFC90F is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 15 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.21 |
| HSL | 68.39º | 0.86% | 0.42% | - |
| HSV(B) | 68.39º | 0.93% | 0.79% | - |
| XYZ | 38.65 | 50.92 | 8.24 | - |
| YUV | 172.02 | 39.39 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 15 | 0.13 | 0 | 0.93 | 0.21 | 68.39 | 0.86 | 0.42 |
| Hex | AF | C9 | F | D | 0 | 5D | 15 | 44 | 56 | 2A |
| Octal | 257 | 311 | 17 | 15 | 0 | 135 | 25 | 104 | 126 | 52 |
| Binary | 10101111 | 11001001 | 1111 | 1101 | 0 | 1011101 | 10101 | 1000100 | 1010110 | 101010 |
Color Harmonies of #AFC90F
Complementary color
Monochromatic Colors of #AFC90F
Black with #AFC90F
Text Example
Text Example
White with #AFC90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC90F; }
p { color: rgb(175,201,15); }
H1.HeaderClassName
{
color: #AFC90F;
}
.AnyTagClassName
{
color: #AFC90F;
}
</style>
background-color css
<style>
a { background-color: #AFC90F; }
a { background-color: rgb(175,201,15); }
div.DivClassName
{
background-color: #AFC90F;
}
.BgClassName
{
background-color: #AFC90F;
}
</style>
border-color css
<style>
span { border-color: #AFC90F; }
span { border-color: rgb(175,201,15); }
td.TdClassName
{
border-color: #AFC90F;
}
.TagClassName
{
border-color: #AFC90F;
}
</style>