Shades of Rio Grande #ADD21C
Tints of Rio Grande #ADD21C
RGB
CMYK
RGB Variations
Color information
#ADD21C (or 0xADD21C) is known color: Rio Grande. HEX triplet: AD, D2 and 1C. RGB value is (173,210,28). Sum of RGB (Red+Green+Blue) = 173+210+28=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 210 (82.42% from 255 or 51.09% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD21C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD21C is #522DE3. Grayscale: #B2B2B2. Windows color (decimal): -5385700 or 1888941. OLE color: 1888941.
HSL color Cylindrical-coordinate representation of color #ADD21C: hue angle of 72.2º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADD21C is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 28 | - |
| CMYK | 0.18 | 0 | 0.87 | 0.18 |
| HSL | 72.2º | 0.76% | 0.47% | - |
| HSV(B) | 72.2º | 0.87% | 0.82% | - |
| XYZ | 40.49 | 55.06 | 9.59 | - |
| YUV | 178.19 | 43.24 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 28 | 0.18 | 0 | 0.87 | 0.18 | 72.2 | 0.76 | 0.47 |
| Hex | AD | D2 | 1C | 12 | 0 | 57 | 12 | 48 | 4C | 2F |
| Octal | 255 | 322 | 34 | 22 | 0 | 127 | 22 | 110 | 114 | 57 |
| Binary | 10101101 | 11010010 | 11100 | 10010 | 0 | 1010111 | 10010 | 1001000 | 1001100 | 101111 |
Color Harmonies of #ADD21C
Complementary color
Monochromatic Colors of #ADD21C
Black with #ADD21C
Text Example
Text Example
White with #ADD21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD21C; }
p { color: rgb(173,210,28); }
H1.HeaderClassName
{
color: #ADD21C;
}
.AnyTagClassName
{
color: #ADD21C;
}
</style>
background-color css
<style>
a { background-color: #ADD21C; }
a { background-color: rgb(173,210,28); }
div.DivClassName
{
background-color: #ADD21C;
}
.BgClassName
{
background-color: #ADD21C;
}
</style>
border-color css
<style>
span { border-color: #ADD21C; }
span { border-color: rgb(173,210,28); }
td.TdClassName
{
border-color: #ADD21C;
}
.TagClassName
{
border-color: #ADD21C;
}
</style>