Shades of Rio Grande #AFC619
Tints of Rio Grande #AFC619
RGB
CMYK
RGB Variations
Color information
#AFC619 (or 0xAFC619) is known color: Rio Grande. HEX triplet: AF, C6 and 19. RGB value is (175,198,25). Sum of RGB (Red+Green+Blue) = 175+198+25=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 198 (77.73% from 255 or 49.75% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC619 is #5039E6. Grayscale: #ACACAC. Windows color (decimal): -5257703 or 1689263. OLE color: 1689263.
HSL color Cylindrical-coordinate representation of color #AFC619: hue angle of 67.98º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AFC619 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 25 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.22 |
| HSL | 67.98º | 0.78% | 0.44% | - |
| HSV(B) | 67.98º | 0.87% | 0.78% | - |
| XYZ | 38.05 | 49.57 | 8.48 | - |
| YUV | 171.4 | 45.38 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 25 | 0.12 | 0 | 0.87 | 0.22 | 67.98 | 0.78 | 0.44 |
| Hex | AF | C6 | 19 | C | 0 | 57 | 16 | 44 | 4E | 2C |
| Octal | 257 | 306 | 31 | 14 | 0 | 127 | 26 | 104 | 116 | 54 |
| Binary | 10101111 | 11000110 | 11001 | 1100 | 0 | 1010111 | 10110 | 1000100 | 1001110 | 101100 |
Color Harmonies of #AFC619
Complementary color
Monochromatic Colors of #AFC619
Black with #AFC619
Text Example
Text Example
White with #AFC619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC619; }
p { color: rgb(175,198,25); }
H1.HeaderClassName
{
color: #AFC619;
}
.AnyTagClassName
{
color: #AFC619;
}
</style>
background-color css
<style>
a { background-color: #AFC619; }
a { background-color: rgb(175,198,25); }
div.DivClassName
{
background-color: #AFC619;
}
.BgClassName
{
background-color: #AFC619;
}
</style>
border-color css
<style>
span { border-color: #AFC619; }
span { border-color: rgb(175,198,25); }
td.TdClassName
{
border-color: #AFC619;
}
.TagClassName
{
border-color: #AFC619;
}
</style>