Shades of Rio Grande #AFC911
Tints of Rio Grande #AFC911
RGB
CMYK
RGB Variations
Color information
#AFC911 (or 0xAFC911) is known color: Rio Grande. HEX triplet: AF, C9 and 11. RGB value is (175,201,17). Sum of RGB (Red+Green+Blue) = 175+201+17=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 201 (78.91% from 255 or 51.15% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC911 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC911 is #5036EE. Grayscale: #ACACAC. Windows color (decimal): -5256943 or 1165743. OLE color: 1165743.
HSL color Cylindrical-coordinate representation of color #AFC911: hue angle of 68.48º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFC911 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 17 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.21 |
| HSL | 68.48º | 0.84% | 0.43% | - |
| HSV(B) | 68.48º | 0.92% | 0.79% | - |
| XYZ | 38.67 | 50.93 | 8.32 | - |
| YUV | 172.25 | 40.39 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 17 | 0.13 | 0 | 0.92 | 0.21 | 68.48 | 0.84 | 0.43 |
| Hex | AF | C9 | 11 | D | 0 | 5C | 15 | 44 | 54 | 2B |
| Octal | 257 | 311 | 21 | 15 | 0 | 134 | 25 | 104 | 124 | 53 |
| Binary | 10101111 | 11001001 | 10001 | 1101 | 0 | 1011100 | 10101 | 1000100 | 1010100 | 101011 |
Color Harmonies of #AFC911
Complementary color
Monochromatic Colors of #AFC911
Black with #AFC911
Text Example
Text Example
White with #AFC911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC911; }
p { color: rgb(175,201,17); }
H1.HeaderClassName
{
color: #AFC911;
}
.AnyTagClassName
{
color: #AFC911;
}
</style>
background-color css
<style>
a { background-color: #AFC911; }
a { background-color: rgb(175,201,17); }
div.DivClassName
{
background-color: #AFC911;
}
.BgClassName
{
background-color: #AFC911;
}
</style>
border-color css
<style>
span { border-color: #AFC911; }
span { border-color: rgb(175,201,17); }
td.TdClassName
{
border-color: #AFC911;
}
.TagClassName
{
border-color: #AFC911;
}
</style>