Shades of Inch Worm #ADDD1E
Tints of Inch Worm #ADDD1E
RGB
CMYK
RGB Variations
Color information
#ADDD1E (or 0xADDD1E) is known color: Inch Worm. HEX triplet: AD, DD and 1E. RGB value is (173,221,30). Sum of RGB (Red+Green+Blue) = 173+221+30=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 221 (86.72% from 255 or 52.12% from 424); Blue value is 30 (12.11% from 255 or 7.08% from 424); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDD1E is #5222E1. Grayscale: #B9B9B9. Windows color (decimal): -5382882 or 2022829. OLE color: 2022829.
HSL color Cylindrical-coordinate representation of color #ADDD1E: hue angle of 75.08º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADDD1E is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 30 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.13 |
| HSL | 75.08º | 0.76% | 0.49% | - |
| HSV(B) | 75.08º | 0.86% | 0.87% | - |
| XYZ | 43.32 | 60.69 | 10.66 | - |
| YUV | 184.87 | 40.6 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 30 | 0.22 | 0 | 0.86 | 0.13 | 75.08 | 0.76 | 0.49 |
| Hex | AD | DD | 1E | 16 | 0 | 56 | D | 4B | 4C | 31 |
| Octal | 255 | 335 | 36 | 26 | 0 | 126 | 15 | 113 | 114 | 61 |
| Binary | 10101101 | 11011101 | 11110 | 10110 | 0 | 1010110 | 1101 | 1001011 | 1001100 | 110001 |
Color Harmonies of #ADDD1E
Complementary color
Monochromatic Colors of #ADDD1E
Black with #ADDD1E
Text Example
Text Example
White with #ADDD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD1E; }
p { color: rgb(173,221,30); }
H1.HeaderClassName
{
color: #ADDD1E;
}
.AnyTagClassName
{
color: #ADDD1E;
}
</style>
background-color css
<style>
a { background-color: #ADDD1E; }
a { background-color: rgb(173,221,30); }
div.DivClassName
{
background-color: #ADDD1E;
}
.BgClassName
{
background-color: #ADDD1E;
}
</style>
border-color css
<style>
span { border-color: #ADDD1E; }
span { border-color: rgb(173,221,30); }
td.TdClassName
{
border-color: #ADDD1E;
}
.TagClassName
{
border-color: #ADDD1E;
}
</style>