Shades of Rio Grande #AFC915
Tints of Rio Grande #AFC915
RGB
CMYK
RGB Variations
Color information
#AFC915 (or 0xAFC915) is known color: Rio Grande. HEX triplet: AF, C9 and 15. RGB value is (175,201,21). Sum of RGB (Red+Green+Blue) = 175+201+21=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 201 (78.91% from 255 or 50.63% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC915 is #5036EA. Grayscale: #ADADAD. Windows color (decimal): -5256939 or 1427887. OLE color: 1427887.
HSL color Cylindrical-coordinate representation of color #AFC915: hue angle of 68.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFC915 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 21 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.21 |
| HSL | 68.67º | 0.81% | 0.44% | - |
| HSV(B) | 68.67º | 0.9% | 0.79% | - |
| XYZ | 38.7 | 50.94 | 8.5 | - |
| YUV | 172.71 | 42.39 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 21 | 0.13 | 0 | 0.90 | 0.21 | 68.67 | 0.81 | 0.44 |
| Hex | AF | C9 | 15 | D | 0 | 5A | 15 | 45 | 51 | 2C |
| Octal | 257 | 311 | 25 | 15 | 0 | 132 | 25 | 105 | 121 | 54 |
| Binary | 10101111 | 11001001 | 10101 | 1101 | 0 | 1011010 | 10101 | 1000101 | 1010001 | 101100 |
Color Harmonies of #AFC915
Complementary color
Monochromatic Colors of #AFC915
Black with #AFC915
Text Example
Text Example
White with #AFC915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC915; }
p { color: rgb(175,201,21); }
H1.HeaderClassName
{
color: #AFC915;
}
.AnyTagClassName
{
color: #AFC915;
}
</style>
background-color css
<style>
a { background-color: #AFC915; }
a { background-color: rgb(175,201,21); }
div.DivClassName
{
background-color: #AFC915;
}
.BgClassName
{
background-color: #AFC915;
}
</style>
border-color css
<style>
span { border-color: #AFC915; }
span { border-color: rgb(175,201,21); }
td.TdClassName
{
border-color: #AFC915;
}
.TagClassName
{
border-color: #AFC915;
}
</style>