Shades of Rio Grande #ADD010
Tints of Rio Grande #ADD010
RGB
CMYK
RGB Variations
Color information
#ADD010 (or 0xADD010) is known color: Rio Grande. HEX triplet: AD, D0 and 10. RGB value is (173,208,16). Sum of RGB (Red+Green+Blue) = 173+208+16=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 208 (81.64% from 255 or 52.39% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD010 is #522FEF. Grayscale: #B0B0B0. Windows color (decimal): -5386224 or 1101997. OLE color: 1101997.
HSL color Cylindrical-coordinate representation of color #ADD010: hue angle of 70.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADD010 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 16 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.18 |
| HSL | 70.94º | 0.86% | 0.44% | - |
| HSV(B) | 70.94º | 0.92% | 0.82% | - |
| XYZ | 39.88 | 54.03 | 8.82 | - |
| YUV | 175.65 | 37.9 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 16 | 0.17 | 0 | 0.92 | 0.18 | 70.94 | 0.86 | 0.44 |
| Hex | AD | D0 | 10 | 11 | 0 | 5C | 12 | 47 | 56 | 2C |
| Octal | 255 | 320 | 20 | 21 | 0 | 134 | 22 | 107 | 126 | 54 |
| Binary | 10101101 | 11010000 | 10000 | 10001 | 0 | 1011100 | 10010 | 1000111 | 1010110 | 101100 |
Color Harmonies of #ADD010
Complementary color
Monochromatic Colors of #ADD010
Black with #ADD010
Text Example
Text Example
White with #ADD010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD010; }
p { color: rgb(173,208,16); }
H1.HeaderClassName
{
color: #ADD010;
}
.AnyTagClassName
{
color: #ADD010;
}
</style>
background-color css
<style>
a { background-color: #ADD010; }
a { background-color: rgb(173,208,16); }
div.DivClassName
{
background-color: #ADD010;
}
.BgClassName
{
background-color: #ADD010;
}
</style>
border-color css
<style>
span { border-color: #ADD010; }
span { border-color: rgb(173,208,16); }
td.TdClassName
{
border-color: #ADD010;
}
.TagClassName
{
border-color: #ADD010;
}
</style>