Shades of Inch Worm #ADD40D
Tints of Inch Worm #ADD40D
RGB
CMYK
RGB Variations
Color information
#ADD40D (or 0xADD40D) is known color: Inch Worm. HEX triplet: AD, D4 and 0D. RGB value is (173,212,13). Sum of RGB (Red+Green+Blue) = 173+212+13=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 212 (83.20% from 255 or 53.27% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD40D is #522BF2. Grayscale: #B2B2B2. Windows color (decimal): -5385203 or 906413. OLE color: 906413.
HSL color Cylindrical-coordinate representation of color #ADD40D: hue angle of 71.76º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADD40D is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 13 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.17 |
| HSL | 71.76º | 0.88% | 0.44% | - |
| HSV(B) | 71.76º | 0.94% | 0.83% | - |
| XYZ | 40.85 | 56 | 9.04 | - |
| YUV | 177.65 | 35.08 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 13 | 0.18 | 0 | 0.94 | 0.17 | 71.76 | 0.88 | 0.44 |
| Hex | AD | D4 | D | 12 | 0 | 5E | 11 | 48 | 58 | 2C |
| Octal | 255 | 324 | 15 | 22 | 0 | 136 | 21 | 110 | 130 | 54 |
| Binary | 10101101 | 11010100 | 1101 | 10010 | 0 | 1011110 | 10001 | 1001000 | 1011000 | 101100 |
Color Harmonies of #ADD40D
Complementary color
Monochromatic Colors of #ADD40D
Black with #ADD40D
Text Example
Text Example
White with #ADD40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD40D; }
p { color: rgb(173,212,13); }
H1.HeaderClassName
{
color: #ADD40D;
}
.AnyTagClassName
{
color: #ADD40D;
}
</style>
background-color css
<style>
a { background-color: #ADD40D; }
a { background-color: rgb(173,212,13); }
div.DivClassName
{
background-color: #ADD40D;
}
.BgClassName
{
background-color: #ADD40D;
}
</style>
border-color css
<style>
span { border-color: #ADD40D; }
span { border-color: rgb(173,212,13); }
td.TdClassName
{
border-color: #ADD40D;
}
.TagClassName
{
border-color: #ADD40D;
}
</style>