Shades of Rio Grande #AFC614
Tints of Rio Grande #AFC614
RGB
CMYK
RGB Variations
Color information
#AFC614 (or 0xAFC614) is known color: Rio Grande. HEX triplet: AF, C6 and 14. RGB value is (175,198,20). Sum of RGB (Red+Green+Blue) = 175+198+20=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 198 (77.73% from 255 or 50.38% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC614 is #5039EB. Grayscale: #ABABAB. Windows color (decimal): -5257708 or 1361583. OLE color: 1361583.
HSL color Cylindrical-coordinate representation of color #AFC614: hue angle of 67.75º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFC614 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 20 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.22 |
| HSL | 67.75º | 0.82% | 0.43% | - |
| HSV(B) | 67.75º | 0.9% | 0.78% | - |
| XYZ | 38 | 49.55 | 8.22 | - |
| YUV | 170.83 | 42.88 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 20 | 0.12 | 0 | 0.90 | 0.22 | 67.75 | 0.82 | 0.43 |
| Hex | AF | C6 | 14 | C | 0 | 5A | 16 | 44 | 52 | 2B |
| Octal | 257 | 306 | 24 | 14 | 0 | 132 | 26 | 104 | 122 | 53 |
| Binary | 10101111 | 11000110 | 10100 | 1100 | 0 | 1011010 | 10110 | 1000100 | 1010010 | 101011 |
Color Harmonies of #AFC614
Complementary color
Monochromatic Colors of #AFC614
Black with #AFC614
Text Example
Text Example
White with #AFC614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC614; }
p { color: rgb(175,198,20); }
H1.HeaderClassName
{
color: #AFC614;
}
.AnyTagClassName
{
color: #AFC614;
}
</style>
background-color css
<style>
a { background-color: #AFC614; }
a { background-color: rgb(175,198,20); }
div.DivClassName
{
background-color: #AFC614;
}
.BgClassName
{
background-color: #AFC614;
}
</style>
border-color css
<style>
span { border-color: #AFC614; }
span { border-color: rgb(175,198,20); }
td.TdClassName
{
border-color: #AFC614;
}
.TagClassName
{
border-color: #AFC614;
}
</style>