Shades of Inch Worm #AAE42A
Tints of Inch Worm #AAE42A
RGB
CMYK
RGB Variations
Color information
#AAE42A (or 0xAAE42A) is known color: Inch Worm. HEX triplet: AA, E4 and 2A. RGB value is (170,228,42). Sum of RGB (Red+Green+Blue) = 170+228+42=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 228 (89.45% from 255 or 51.82% from 440); Blue value is 42 (16.80% from 255 or 9.55% from 440); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE42A is #551BD5. Grayscale: #BEBEBE. Windows color (decimal): -5577686 or 2811050. OLE color: 2811050.
HSL color Cylindrical-coordinate representation of color #AAE42A: hue angle of 78.71º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAE42A is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 42 | - |
| CMYK | 0.25 | 0 | 0.82 | 0.11 |
| HSL | 78.71º | 0.78% | 0.53% | - |
| HSV(B) | 78.71º | 0.82% | 0.89% | - |
| XYZ | 44.74 | 64.2 | 12.22 | - |
| YUV | 189.45 | 44.78 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 42 | 0.25 | 0 | 0.82 | 0.11 | 78.71 | 0.78 | 0.53 |
| Hex | AA | E4 | 2A | 19 | 0 | 52 | B | 4F | 4E | 35 |
| Octal | 252 | 344 | 52 | 31 | 0 | 122 | 13 | 117 | 116 | 65 |
| Binary | 10101010 | 11100100 | 101010 | 11001 | 0 | 1010010 | 1011 | 1001111 | 1001110 | 110101 |
Color Harmonies of #AAE42A
Complementary color
Monochromatic Colors of #AAE42A
Black with #AAE42A
Text Example
Text Example
White with #AAE42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE42A; }
p { color: rgb(170,228,42); }
H1.HeaderClassName
{
color: #AAE42A;
}
.AnyTagClassName
{
color: #AAE42A;
}
</style>
background-color css
<style>
a { background-color: #AAE42A; }
a { background-color: rgb(170,228,42); }
div.DivClassName
{
background-color: #AAE42A;
}
.BgClassName
{
background-color: #AAE42A;
}
</style>
border-color css
<style>
span { border-color: #AAE42A; }
span { border-color: rgb(170,228,42); }
td.TdClassName
{
border-color: #AAE42A;
}
.TagClassName
{
border-color: #AAE42A;
}
</style>