Shades of Rio Grande #ADD019
Tints of Rio Grande #ADD019
RGB
CMYK
RGB Variations
Color information
#ADD019 (or 0xADD019) is known color: Rio Grande. HEX triplet: AD, D0 and 19. RGB value is (173,208,25). Sum of RGB (Red+Green+Blue) = 173+208+25=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 208 (81.64% from 255 or 51.23% from 406); Blue value is 25 (10.16% from 255 or 6.16% from 406); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD019 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD019 is #522FE6. Grayscale: #B1B1B1. Windows color (decimal): -5386215 or 1691821. OLE color: 1691821.
HSL color Cylindrical-coordinate representation of color #ADD019: hue angle of 71.48º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADD019 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 25 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.18 |
| HSL | 71.48º | 0.79% | 0.46% | - |
| HSV(B) | 71.48º | 0.88% | 0.82% | - |
| XYZ | 39.96 | 54.07 | 9.25 | - |
| YUV | 176.67 | 42.4 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 25 | 0.17 | 0 | 0.88 | 0.18 | 71.48 | 0.79 | 0.46 |
| Hex | AD | D0 | 19 | 11 | 0 | 58 | 12 | 47 | 4F | 2E |
| Octal | 255 | 320 | 31 | 21 | 0 | 130 | 22 | 107 | 117 | 56 |
| Binary | 10101101 | 11010000 | 11001 | 10001 | 0 | 1011000 | 10010 | 1000111 | 1001111 | 101110 |
Color Harmonies of #ADD019
Complementary color
Monochromatic Colors of #ADD019
Black with #ADD019
Text Example
Text Example
White with #ADD019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD019; }
p { color: rgb(173,208,25); }
H1.HeaderClassName
{
color: #ADD019;
}
.AnyTagClassName
{
color: #ADD019;
}
</style>
background-color css
<style>
a { background-color: #ADD019; }
a { background-color: rgb(173,208,25); }
div.DivClassName
{
background-color: #ADD019;
}
.BgClassName
{
background-color: #ADD019;
}
</style>
border-color css
<style>
span { border-color: #ADD019; }
span { border-color: rgb(173,208,25); }
td.TdClassName
{
border-color: #ADD019;
}
.TagClassName
{
border-color: #ADD019;
}
</style>