Shades of Inch Worm #AAED1D
Tints of Inch Worm #AAED1D
RGB
CMYK
RGB Variations
Color information
#AAED1D (or 0xAAED1D) is known color: Inch Worm. HEX triplet: AA, ED and 1D. RGB value is (170,237,29). Sum of RGB (Red+Green+Blue) = 170+237+29=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 237 (92.97% from 255 or 54.36% from 436); Blue value is 29 (11.72% from 255 or 6.65% from 436); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAED1D is #5512E2. Grayscale: #C2C2C2. Windows color (decimal): -5575395 or 1961386. OLE color: 1961386.
HSL color Cylindrical-coordinate representation of color #AAED1D: hue angle of 79.33º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAED1D is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 237 | 29 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.07 |
| HSL | 79.33º | 0.85% | 0.52% | - |
| HSV(B) | 79.33º | 0.88% | 0.93% | - |
| XYZ | 47.08 | 69.2 | 12.04 | - |
| YUV | 193.26 | 35.3 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 29 | 0.28 | 0 | 0.88 | 0.07 | 79.33 | 0.85 | 0.52 |
| Hex | AA | ED | 1D | 1C | 0 | 58 | 7 | 4F | 55 | 34 |
| Octal | 252 | 355 | 35 | 34 | 0 | 130 | 7 | 117 | 125 | 64 |
| Binary | 10101010 | 11101101 | 11101 | 11100 | 0 | 1011000 | 111 | 1001111 | 1010101 | 110100 |
Color Harmonies of #AAED1D
Complementary color
Monochromatic Colors of #AAED1D
Black with #AAED1D
Text Example
Text Example
White with #AAED1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAED1D; }
p { color: rgb(170,237,29); }
H1.HeaderClassName
{
color: #AAED1D;
}
.AnyTagClassName
{
color: #AAED1D;
}
</style>
background-color css
<style>
a { background-color: #AAED1D; }
a { background-color: rgb(170,237,29); }
div.DivClassName
{
background-color: #AAED1D;
}
.BgClassName
{
background-color: #AAED1D;
}
</style>
border-color css
<style>
span { border-color: #AAED1D; }
span { border-color: rgb(170,237,29); }
td.TdClassName
{
border-color: #AAED1D;
}
.TagClassName
{
border-color: #AAED1D;
}
</style>