Shades of Inch Worm #A4DD1E
Tints of Inch Worm #A4DD1E
RGB
CMYK
RGB Variations
Color information
#A4DD1E (or 0xA4DD1E) is known color: Inch Worm. HEX triplet: A4, DD and 1E. RGB value is (164,221,30). Sum of RGB (Red+Green+Blue) = 164+221+30=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 30 (12.11% from 255 or 7.23% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4DD1E is #5B22E1. Grayscale: #B6B6B6. Windows color (decimal): -5972706 or 2022820. OLE color: 2022820.
HSL color Cylindrical-coordinate representation of color #A4DD1E: hue angle of 77.91º 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 #A4DD1E is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 221 | 30 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.13 |
| HSL | 77.91º | 0.76% | 0.49% | - |
| HSV(B) | 77.91º | 0.86% | 0.87% | - |
| XYZ | 41.4 | 59.7 | 10.57 | - |
| YUV | 182.18 | 42.12 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 221 | 30 | 0.26 | 0 | 0.86 | 0.13 | 77.91 | 0.76 | 0.49 |
| Hex | A4 | DD | 1E | 1A | 0 | 56 | D | 4E | 4C | 31 |
| Octal | 244 | 335 | 36 | 32 | 0 | 126 | 15 | 116 | 114 | 61 |
| Binary | 10100100 | 11011101 | 11110 | 11010 | 0 | 1010110 | 1101 | 1001110 | 1001100 | 110001 |
Color Harmonies of #A4DD1E
Complementary color
Monochromatic Colors of #A4DD1E
Black with #A4DD1E
Text Example
Text Example
White with #A4DD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DD1E; }
p { color: rgb(164,221,30); }
H1.HeaderClassName
{
color: #A4DD1E;
}
.AnyTagClassName
{
color: #A4DD1E;
}
</style>
background-color css
<style>
a { background-color: #A4DD1E; }
a { background-color: rgb(164,221,30); }
div.DivClassName
{
background-color: #A4DD1E;
}
.BgClassName
{
background-color: #A4DD1E;
}
</style>
border-color css
<style>
span { border-color: #A4DD1E; }
span { border-color: rgb(164,221,30); }
td.TdClassName
{
border-color: #A4DD1E;
}
.TagClassName
{
border-color: #A4DD1E;
}
</style>