Shades of Rio Grande #AFC914
Tints of Rio Grande #AFC914
RGB
CMYK
RGB Variations
Color information
#AFC914 (or 0xAFC914) is known color: Rio Grande. HEX triplet: AF, C9 and 14. RGB value is (175,201,20). Sum of RGB (Red+Green+Blue) = 175+201+20=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 201 (78.91% from 255 or 50.76% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC914 is #5036EB. Grayscale: #ADADAD. Windows color (decimal): -5256940 or 1362351. OLE color: 1362351.
HSL color Cylindrical-coordinate representation of color #AFC914: hue angle of 68.62º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFC914 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 20 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.21 |
| HSL | 68.62º | 0.82% | 0.43% | - |
| HSV(B) | 68.62º | 0.9% | 0.79% | - |
| XYZ | 38.69 | 50.94 | 8.45 | - |
| YUV | 172.59 | 41.89 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 20 | 0.13 | 0 | 0.90 | 0.21 | 68.62 | 0.82 | 0.43 |
| Hex | AF | C9 | 14 | D | 0 | 5A | 15 | 45 | 52 | 2B |
| Octal | 257 | 311 | 24 | 15 | 0 | 132 | 25 | 105 | 122 | 53 |
| Binary | 10101111 | 11001001 | 10100 | 1101 | 0 | 1011010 | 10101 | 1000101 | 1010010 | 101011 |
Color Harmonies of #AFC914
Complementary color
Monochromatic Colors of #AFC914
Black with #AFC914
Text Example
Text Example
White with #AFC914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC914; }
p { color: rgb(175,201,20); }
H1.HeaderClassName
{
color: #AFC914;
}
.AnyTagClassName
{
color: #AFC914;
}
</style>
background-color css
<style>
a { background-color: #AFC914; }
a { background-color: rgb(175,201,20); }
div.DivClassName
{
background-color: #AFC914;
}
.BgClassName
{
background-color: #AFC914;
}
</style>
border-color css
<style>
span { border-color: #AFC914; }
span { border-color: rgb(175,201,20); }
td.TdClassName
{
border-color: #AFC914;
}
.TagClassName
{
border-color: #AFC914;
}
</style>