Shades of Rio Grande #ADD21A
Tints of Rio Grande #ADD21A
RGB
CMYK
RGB Variations
Color information
#ADD21A (or 0xADD21A) is known color: Rio Grande. HEX triplet: AD, D2 and 1A. RGB value is (173,210,26). Sum of RGB (Red+Green+Blue) = 173+210+26=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 210 (82.42% from 255 or 51.34% from 409); Blue value is 26 (10.55% from 255 or 6.36% from 409); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD21A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD21A is #522DE5. Grayscale: #B2B2B2. Windows color (decimal): -5385702 or 1757869. OLE color: 1757869.
HSL color Cylindrical-coordinate representation of color #ADD21A: hue angle of 72.07º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADD21A is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 26 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.18 |
| HSL | 72.07º | 0.78% | 0.46% | - |
| HSV(B) | 72.07º | 0.88% | 0.82% | - |
| XYZ | 40.47 | 55.05 | 9.47 | - |
| YUV | 177.96 | 42.24 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 26 | 0.18 | 0 | 0.88 | 0.18 | 72.07 | 0.78 | 0.46 |
| Hex | AD | D2 | 1A | 12 | 0 | 58 | 12 | 48 | 4E | 2E |
| Octal | 255 | 322 | 32 | 22 | 0 | 130 | 22 | 110 | 116 | 56 |
| Binary | 10101101 | 11010010 | 11010 | 10010 | 0 | 1011000 | 10010 | 1001000 | 1001110 | 101110 |
Color Harmonies of #ADD21A
Complementary color
Monochromatic Colors of #ADD21A
Black with #ADD21A
Text Example
Text Example
White with #ADD21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD21A; }
p { color: rgb(173,210,26); }
H1.HeaderClassName
{
color: #ADD21A;
}
.AnyTagClassName
{
color: #ADD21A;
}
</style>
background-color css
<style>
a { background-color: #ADD21A; }
a { background-color: rgb(173,210,26); }
div.DivClassName
{
background-color: #ADD21A;
}
.BgClassName
{
background-color: #ADD21A;
}
</style>
border-color css
<style>
span { border-color: #ADD21A; }
span { border-color: rgb(173,210,26); }
td.TdClassName
{
border-color: #ADD21A;
}
.TagClassName
{
border-color: #ADD21A;
}
</style>