Shades of Rio Grande #ADD114
Tints of Rio Grande #ADD114
RGB
CMYK
RGB Variations
Color information
#ADD114 (or 0xADD114) is known color: Rio Grande. HEX triplet: AD, D1 and 14. RGB value is (173,209,20). Sum of RGB (Red+Green+Blue) = 173+209+20=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 209 (82.03% from 255 or 51.99% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD114 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD114 is #522EEB. Grayscale: #B1B1B1. Windows color (decimal): -5385964 or 1364397. OLE color: 1364397.
HSL color Cylindrical-coordinate representation of color #ADD114: hue angle of 71.43º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADD114 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 20 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.18 |
| HSL | 71.43º | 0.83% | 0.45% | - |
| HSV(B) | 71.43º | 0.9% | 0.82% | - |
| XYZ | 40.16 | 54.54 | 9.07 | - |
| YUV | 176.69 | 39.57 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 20 | 0.17 | 0 | 0.90 | 0.18 | 71.43 | 0.83 | 0.45 |
| Hex | AD | D1 | 14 | 11 | 0 | 5A | 12 | 47 | 53 | 2D |
| Octal | 255 | 321 | 24 | 21 | 0 | 132 | 22 | 107 | 123 | 55 |
| Binary | 10101101 | 11010001 | 10100 | 10001 | 0 | 1011010 | 10010 | 1000111 | 1010011 | 101101 |
Color Harmonies of #ADD114
Complementary color
Monochromatic Colors of #ADD114
Black with #ADD114
Text Example
Text Example
White with #ADD114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD114; }
p { color: rgb(173,209,20); }
H1.HeaderClassName
{
color: #ADD114;
}
.AnyTagClassName
{
color: #ADD114;
}
</style>
background-color css
<style>
a { background-color: #ADD114; }
a { background-color: rgb(173,209,20); }
div.DivClassName
{
background-color: #ADD114;
}
.BgClassName
{
background-color: #ADD114;
}
</style>
border-color css
<style>
span { border-color: #ADD114; }
span { border-color: rgb(173,209,20); }
td.TdClassName
{
border-color: #ADD114;
}
.TagClassName
{
border-color: #ADD114;
}
</style>