Shades of Rio Grande #AFC913
Tints of Rio Grande #AFC913
RGB
CMYK
RGB Variations
Color information
#AFC913 (or 0xAFC913) is known color: Rio Grande. HEX triplet: AF, C9 and 13. RGB value is (175,201,19). Sum of RGB (Red+Green+Blue) = 175+201+19=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 19 (7.81% from 255 or 4.81% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC913 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC913 is #5036EC. Grayscale: #ADADAD. Windows color (decimal): -5256941 or 1296815. OLE color: 1296815.
HSL color Cylindrical-coordinate representation of color #AFC913: hue angle of 68.57º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFC913 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 19 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.21 |
| HSL | 68.57º | 0.83% | 0.43% | - |
| HSV(B) | 68.57º | 0.91% | 0.79% | - |
| XYZ | 38.68 | 50.93 | 8.41 | - |
| YUV | 172.48 | 41.39 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 19 | 0.13 | 0 | 0.91 | 0.21 | 68.57 | 0.83 | 0.43 |
| Hex | AF | C9 | 13 | D | 0 | 5B | 15 | 45 | 53 | 2B |
| Octal | 257 | 311 | 23 | 15 | 0 | 133 | 25 | 105 | 123 | 53 |
| Binary | 10101111 | 11001001 | 10011 | 1101 | 0 | 1011011 | 10101 | 1000101 | 1010011 | 101011 |
Color Harmonies of #AFC913
Complementary color
Monochromatic Colors of #AFC913
Black with #AFC913
Text Example
Text Example
White with #AFC913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC913; }
p { color: rgb(175,201,19); }
H1.HeaderClassName
{
color: #AFC913;
}
.AnyTagClassName
{
color: #AFC913;
}
</style>
background-color css
<style>
a { background-color: #AFC913; }
a { background-color: rgb(175,201,19); }
div.DivClassName
{
background-color: #AFC913;
}
.BgClassName
{
background-color: #AFC913;
}
</style>
border-color css
<style>
span { border-color: #AFC913; }
span { border-color: rgb(175,201,19); }
td.TdClassName
{
border-color: #AFC913;
}
.TagClassName
{
border-color: #AFC913;
}
</style>