Shades of Rio Grande #ADD013
Tints of Rio Grande #ADD013
RGB
CMYK
RGB Variations
Color information
#ADD013 (or 0xADD013) is known color: Rio Grande. HEX triplet: AD, D0 and 13. RGB value is (173,208,19). Sum of RGB (Red+Green+Blue) = 173+208+19=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 208 (81.64% from 255 or 52% from 400); Blue value is 19 (7.81% from 255 or 4.75% from 400); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD013 is #522FEC. Grayscale: #B0B0B0. Windows color (decimal): -5386221 or 1298605. OLE color: 1298605.
HSL color Cylindrical-coordinate representation of color #ADD013: hue angle of 71.11º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADD013 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 19 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.18 |
| HSL | 71.11º | 0.83% | 0.45% | - |
| HSV(B) | 71.11º | 0.91% | 0.82% | - |
| XYZ | 39.91 | 54.04 | 8.94 | - |
| YUV | 175.99 | 39.4 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 19 | 0.17 | 0 | 0.91 | 0.18 | 71.11 | 0.83 | 0.45 |
| Hex | AD | D0 | 13 | 11 | 0 | 5B | 12 | 47 | 53 | 2D |
| Octal | 255 | 320 | 23 | 21 | 0 | 133 | 22 | 107 | 123 | 55 |
| Binary | 10101101 | 11010000 | 10011 | 10001 | 0 | 1011011 | 10010 | 1000111 | 1010011 | 101101 |
Color Harmonies of #ADD013
Complementary color
Monochromatic Colors of #ADD013
Black with #ADD013
Text Example
Text Example
White with #ADD013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD013; }
p { color: rgb(173,208,19); }
H1.HeaderClassName
{
color: #ADD013;
}
.AnyTagClassName
{
color: #ADD013;
}
</style>
background-color css
<style>
a { background-color: #ADD013; }
a { background-color: rgb(173,208,19); }
div.DivClassName
{
background-color: #ADD013;
}
.BgClassName
{
background-color: #ADD013;
}
</style>
border-color css
<style>
span { border-color: #ADD013; }
span { border-color: rgb(173,208,19); }
td.TdClassName
{
border-color: #ADD013;
}
.TagClassName
{
border-color: #ADD013;
}
</style>