Shades of Inch Worm #AAE029
Tints of Inch Worm #AAE029
RGB
CMYK
RGB Variations
Color information
#AAE029 (or 0xAAE029) is known color: Inch Worm. HEX triplet: AA, E0 and 29. RGB value is (170,224,41). Sum of RGB (Red+Green+Blue) = 170+224+41=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 41 (16.41% from 255 or 9.43% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE029 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE029 is #551FD6. Grayscale: #BBBBBB. Windows color (decimal): -5578711 or 2744490. OLE color: 2744490.
HSL color Cylindrical-coordinate representation of color #AAE029: hue angle of 77.7º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAE029 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 41 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.12 |
| HSL | 77.7º | 0.75% | 0.52% | - |
| HSV(B) | 77.7º | 0.82% | 0.88% | - |
| XYZ | 43.63 | 62.02 | 11.77 | - |
| YUV | 186.99 | 45.61 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 41 | 0.24 | 0 | 0.82 | 0.12 | 77.7 | 0.75 | 0.52 |
| Hex | AA | E0 | 29 | 18 | 0 | 52 | C | 4E | 4B | 34 |
| Octal | 252 | 340 | 51 | 30 | 0 | 122 | 14 | 116 | 113 | 64 |
| Binary | 10101010 | 11100000 | 101001 | 11000 | 0 | 1010010 | 1100 | 1001110 | 1001011 | 110100 |
Color Harmonies of #AAE029
Complementary color
Monochromatic Colors of #AAE029
Black with #AAE029
Text Example
Text Example
White with #AAE029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE029; }
p { color: rgb(170,224,41); }
H1.HeaderClassName
{
color: #AAE029;
}
.AnyTagClassName
{
color: #AAE029;
}
</style>
background-color css
<style>
a { background-color: #AAE029; }
a { background-color: rgb(170,224,41); }
div.DivClassName
{
background-color: #AAE029;
}
.BgClassName
{
background-color: #AAE029;
}
</style>
border-color css
<style>
span { border-color: #AAE029; }
span { border-color: rgb(170,224,41); }
td.TdClassName
{
border-color: #AAE029;
}
.TagClassName
{
border-color: #AAE029;
}
</style>