Shades of Rio Grande #ADD012
Tints of Rio Grande #ADD012
RGB
CMYK
RGB Variations
Color information
#ADD012 (or 0xADD012) is known color: Rio Grande. HEX triplet: AD, D0 and 12. RGB value is (173,208,18). Sum of RGB (Red+Green+Blue) = 173+208+18=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD012 is #522FED. Grayscale: #B0B0B0. Windows color (decimal): -5386222 or 1233069. OLE color: 1233069.
HSL color Cylindrical-coordinate representation of color #ADD012: hue angle of 71.05º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADD012 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 18 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.18 |
| HSL | 71.05º | 0.84% | 0.44% | - |
| HSV(B) | 71.05º | 0.91% | 0.82% | - |
| XYZ | 39.9 | 54.04 | 8.9 | - |
| YUV | 175.88 | 38.9 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 18 | 0.17 | 0 | 0.91 | 0.18 | 71.05 | 0.84 | 0.44 |
| Hex | AD | D0 | 12 | 11 | 0 | 5B | 12 | 47 | 54 | 2C |
| Octal | 255 | 320 | 22 | 21 | 0 | 133 | 22 | 107 | 124 | 54 |
| Binary | 10101101 | 11010000 | 10010 | 10001 | 0 | 1011011 | 10010 | 1000111 | 1010100 | 101100 |
Color Harmonies of #ADD012
Complementary color
Monochromatic Colors of #ADD012
Black with #ADD012
Text Example
Text Example
White with #ADD012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD012; }
p { color: rgb(173,208,18); }
H1.HeaderClassName
{
color: #ADD012;
}
.AnyTagClassName
{
color: #ADD012;
}
</style>
background-color css
<style>
a { background-color: #ADD012; }
a { background-color: rgb(173,208,18); }
div.DivClassName
{
background-color: #ADD012;
}
.BgClassName
{
background-color: #ADD012;
}
</style>
border-color css
<style>
span { border-color: #ADD012; }
span { border-color: rgb(173,208,18); }
td.TdClassName
{
border-color: #ADD012;
}
.TagClassName
{
border-color: #ADD012;
}
</style>