Shades of Inch Worm #ADD828
Tints of Inch Worm #ADD828
RGB
CMYK
RGB Variations
Color information
#ADD828 (or 0xADD828) is known color: Inch Worm. HEX triplet: AD, D8 and 28. RGB value is (173,216,40). Sum of RGB (Red+Green+Blue) = 173+216+40=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 216 (84.77% from 255 or 50.35% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD828 is #5227D7. Grayscale: #B7B7B7. Windows color (decimal): -5384152 or 2676909. OLE color: 2676909.
HSL color Cylindrical-coordinate representation of color #ADD828: hue angle of 74.66º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADD828 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 40 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.15 |
| HSL | 74.66º | 0.69% | 0.5% | - |
| HSV(B) | 74.66º | 0.81% | 0.85% | - |
| XYZ | 42.17 | 58.15 | 11.01 | - |
| YUV | 183.08 | 47.25 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 40 | 0.20 | 0 | 0.81 | 0.15 | 74.66 | 0.69 | 0.5 |
| Hex | AD | D8 | 28 | 14 | 0 | 51 | F | 4B | 45 | 32 |
| Octal | 255 | 330 | 50 | 24 | 0 | 121 | 17 | 113 | 105 | 62 |
| Binary | 10101101 | 11011000 | 101000 | 10100 | 0 | 1010001 | 1111 | 1001011 | 1000101 | 110010 |
Color Harmonies of #ADD828
Complementary color
Monochromatic Colors of #ADD828
Black with #ADD828
Text Example
Text Example
White with #ADD828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD828; }
p { color: rgb(173,216,40); }
H1.HeaderClassName
{
color: #ADD828;
}
.AnyTagClassName
{
color: #ADD828;
}
</style>
background-color css
<style>
a { background-color: #ADD828; }
a { background-color: rgb(173,216,40); }
div.DivClassName
{
background-color: #ADD828;
}
.BgClassName
{
background-color: #ADD828;
}
</style>
border-color css
<style>
span { border-color: #ADD828; }
span { border-color: rgb(173,216,40); }
td.TdClassName
{
border-color: #ADD828;
}
.TagClassName
{
border-color: #ADD828;
}
</style>