Shades of Rio Grande #ADD016
Tints of Rio Grande #ADD016
RGB
CMYK
RGB Variations
Color information
#ADD016 (or 0xADD016) is known color: Rio Grande. HEX triplet: AD, D0 and 16. RGB value is (173,208,22). Sum of RGB (Red+Green+Blue) = 173+208+22=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 208 (81.64% from 255 or 51.61% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD016 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD016 is #522FE9. Grayscale: #B1B1B1. Windows color (decimal): -5386218 or 1495213. OLE color: 1495213.
HSL color Cylindrical-coordinate representation of color #ADD016: hue angle of 71.29º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADD016 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 22 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.18 |
| HSL | 71.29º | 0.81% | 0.45% | - |
| HSV(B) | 71.29º | 0.89% | 0.82% | - |
| XYZ | 39.93 | 54.05 | 9.09 | - |
| YUV | 176.33 | 40.9 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 22 | 0.17 | 0 | 0.89 | 0.18 | 71.29 | 0.81 | 0.45 |
| Hex | AD | D0 | 16 | 11 | 0 | 59 | 12 | 47 | 51 | 2D |
| Octal | 255 | 320 | 26 | 21 | 0 | 131 | 22 | 107 | 121 | 55 |
| Binary | 10101101 | 11010000 | 10110 | 10001 | 0 | 1011001 | 10010 | 1000111 | 1010001 | 101101 |
Color Harmonies of #ADD016
Complementary color
Monochromatic Colors of #ADD016
Black with #ADD016
Text Example
Text Example
White with #ADD016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD016; }
p { color: rgb(173,208,22); }
H1.HeaderClassName
{
color: #ADD016;
}
.AnyTagClassName
{
color: #ADD016;
}
</style>
background-color css
<style>
a { background-color: #ADD016; }
a { background-color: rgb(173,208,22); }
div.DivClassName
{
background-color: #ADD016;
}
.BgClassName
{
background-color: #ADD016;
}
</style>
border-color css
<style>
span { border-color: #ADD016; }
span { border-color: rgb(173,208,22); }
td.TdClassName
{
border-color: #ADD016;
}
.TagClassName
{
border-color: #ADD016;
}
</style>