Shades of Inch Worm #ADD20A
Tints of Inch Worm #ADD20A
RGB
CMYK
RGB Variations
Color information
#ADD20A (or 0xADD20A) is known color: Inch Worm. HEX triplet: AD, D2 and 0A. RGB value is (173,210,10). Sum of RGB (Red+Green+Blue) = 173+210+10=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 210 (82.42% from 255 or 53.44% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD20A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD20A is #522DF5. Grayscale: #B0B0B0. Windows color (decimal): -5385718 or 709293. OLE color: 709293.
HSL color Cylindrical-coordinate representation of color #ADD20A: hue angle of 71.1º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADD20A is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 10 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.18 |
| HSL | 71.1º | 0.91% | 0.43% | - |
| HSV(B) | 71.1º | 0.95% | 0.82% | - |
| XYZ | 40.33 | 55 | 8.78 | - |
| YUV | 176.14 | 34.24 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 10 | 0.18 | 0 | 0.95 | 0.18 | 71.1 | 0.91 | 0.43 |
| Hex | AD | D2 | A | 12 | 0 | 5F | 12 | 47 | 5B | 2B |
| Octal | 255 | 322 | 12 | 22 | 0 | 137 | 22 | 107 | 133 | 53 |
| Binary | 10101101 | 11010010 | 1010 | 10010 | 0 | 1011111 | 10010 | 1000111 | 1011011 | 101011 |
Color Harmonies of #ADD20A
Complementary color
Monochromatic Colors of #ADD20A
Black with #ADD20A
Text Example
Text Example
White with #ADD20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD20A; }
p { color: rgb(173,210,10); }
H1.HeaderClassName
{
color: #ADD20A;
}
.AnyTagClassName
{
color: #ADD20A;
}
</style>
background-color css
<style>
a { background-color: #ADD20A; }
a { background-color: rgb(173,210,10); }
div.DivClassName
{
background-color: #ADD20A;
}
.BgClassName
{
background-color: #ADD20A;
}
</style>
border-color css
<style>
span { border-color: #ADD20A; }
span { border-color: rgb(173,210,10); }
td.TdClassName
{
border-color: #ADD20A;
}
.TagClassName
{
border-color: #ADD20A;
}
</style>