Shades of Inch Worm #A2DD1E
Tints of Inch Worm #A2DD1E
RGB
CMYK
RGB Variations
Color information
#A2DD1E (or 0xA2DD1E) is known color: Inch Worm. HEX triplet: A2, DD and 1E. RGB value is (162,221,30). Sum of RGB (Red+Green+Blue) = 162+221+30=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 30 (12.11% from 255 or 7.26% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DD1E is #5D22E1. Grayscale: #B6B6B6. Windows color (decimal): -6103778 or 2022818. OLE color: 2022818.
HSL color Cylindrical-coordinate representation of color #A2DD1E: hue angle of 78.53º 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 #A2DD1E is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 30 | - |
| CMYK | 0.27 | 0 | 0.86 | 0.13 |
| HSL | 78.53º | 0.76% | 0.49% | - |
| HSV(B) | 78.53º | 0.86% | 0.87% | - |
| XYZ | 40.99 | 59.49 | 10.55 | - |
| YUV | 181.59 | 42.45 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 30 | 0.27 | 0 | 0.86 | 0.13 | 78.53 | 0.76 | 0.49 |
| Hex | A2 | DD | 1E | 1B | 0 | 56 | D | 4F | 4C | 31 |
| Octal | 242 | 335 | 36 | 33 | 0 | 126 | 15 | 117 | 114 | 61 |
| Binary | 10100010 | 11011101 | 11110 | 11011 | 0 | 1010110 | 1101 | 1001111 | 1001100 | 110001 |
Color Harmonies of #A2DD1E
Complementary color
Monochromatic Colors of #A2DD1E
Black with #A2DD1E
Text Example
Text Example
White with #A2DD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DD1E; }
p { color: rgb(162,221,30); }
H1.HeaderClassName
{
color: #A2DD1E;
}
.AnyTagClassName
{
color: #A2DD1E;
}
</style>
background-color css
<style>
a { background-color: #A2DD1E; }
a { background-color: rgb(162,221,30); }
div.DivClassName
{
background-color: #A2DD1E;
}
.BgClassName
{
background-color: #A2DD1E;
}
</style>
border-color css
<style>
span { border-color: #A2DD1E; }
span { border-color: rgb(162,221,30); }
td.TdClassName
{
border-color: #A2DD1E;
}
.TagClassName
{
border-color: #A2DD1E;
}
</style>