Shades of Rio Grande #AFC90E
Tints of Rio Grande #AFC90E
RGB
CMYK
RGB Variations
Color information
#AFC90E (or 0xAFC90E) is known color: Rio Grande. HEX triplet: AF, C9 and 0E. RGB value is (175,201,14). Sum of RGB (Red+Green+Blue) = 175+201+14=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 14 (5.86% from 255 or 3.59% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC90E is #5036F1. Grayscale: #ACACAC. Windows color (decimal): -5256946 or 969135. OLE color: 969135.
HSL color Cylindrical-coordinate representation of color #AFC90E: hue angle of 68.34º degrees, saturation: 0.87, 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 #AFC90E is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 14 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.21 |
| HSL | 68.34º | 0.87% | 0.42% | - |
| HSV(B) | 68.34º | 0.93% | 0.79% | - |
| XYZ | 38.65 | 50.92 | 8.21 | - |
| YUV | 171.91 | 38.89 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 14 | 0.13 | 0 | 0.93 | 0.21 | 68.34 | 0.87 | 0.42 |
| Hex | AF | C9 | E | D | 0 | 5D | 15 | 44 | 57 | 2A |
| Octal | 257 | 311 | 16 | 15 | 0 | 135 | 25 | 104 | 127 | 52 |
| Binary | 10101111 | 11001001 | 1110 | 1101 | 0 | 1011101 | 10101 | 1000100 | 1010111 | 101010 |
Color Harmonies of #AFC90E
Complementary color
Monochromatic Colors of #AFC90E
Black with #AFC90E
Text Example
Text Example
White with #AFC90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC90E; }
p { color: rgb(175,201,14); }
H1.HeaderClassName
{
color: #AFC90E;
}
.AnyTagClassName
{
color: #AFC90E;
}
</style>
background-color css
<style>
a { background-color: #AFC90E; }
a { background-color: rgb(175,201,14); }
div.DivClassName
{
background-color: #AFC90E;
}
.BgClassName
{
background-color: #AFC90E;
}
</style>
border-color css
<style>
span { border-color: #AFC90E; }
span { border-color: rgb(175,201,14); }
td.TdClassName
{
border-color: #AFC90E;
}
.TagClassName
{
border-color: #AFC90E;
}
</style>