Shades of Inch Worm #ADD40E
Tints of Inch Worm #ADD40E
RGB
CMYK
RGB Variations
Color information
#ADD40E (or 0xADD40E) is known color: Inch Worm. HEX triplet: AD, D4 and 0E. RGB value is (173,212,14). Sum of RGB (Red+Green+Blue) = 173+212+14=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 212 (83.20% from 255 or 53.13% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD40E is #522BF1. Grayscale: #B2B2B2. Windows color (decimal): -5385202 or 971949. OLE color: 971949.
HSL color Cylindrical-coordinate representation of color #ADD40E: hue angle of 71.82º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADD40E is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 14 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.17 |
| HSL | 71.82º | 0.88% | 0.44% | - |
| HSV(B) | 71.82º | 0.93% | 0.83% | - |
| XYZ | 40.86 | 56 | 9.07 | - |
| YUV | 177.77 | 35.58 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 14 | 0.18 | 0 | 0.93 | 0.17 | 71.82 | 0.88 | 0.44 |
| Hex | AD | D4 | E | 12 | 0 | 5D | 11 | 48 | 58 | 2C |
| Octal | 255 | 324 | 16 | 22 | 0 | 135 | 21 | 110 | 130 | 54 |
| Binary | 10101101 | 11010100 | 1110 | 10010 | 0 | 1011101 | 10001 | 1001000 | 1011000 | 101100 |
Color Harmonies of #ADD40E
Complementary color
Monochromatic Colors of #ADD40E
Black with #ADD40E
Text Example
Text Example
White with #ADD40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD40E; }
p { color: rgb(173,212,14); }
H1.HeaderClassName
{
color: #ADD40E;
}
.AnyTagClassName
{
color: #ADD40E;
}
</style>
background-color css
<style>
a { background-color: #ADD40E; }
a { background-color: rgb(173,212,14); }
div.DivClassName
{
background-color: #ADD40E;
}
.BgClassName
{
background-color: #ADD40E;
}
</style>
border-color css
<style>
span { border-color: #ADD40E; }
span { border-color: rgb(173,212,14); }
td.TdClassName
{
border-color: #ADD40E;
}
.TagClassName
{
border-color: #ADD40E;
}
</style>