Shades of Inch Worm #AAE42D
Tints of Inch Worm #AAE42D
RGB
CMYK
RGB Variations
Color information
#AAE42D (or 0xAAE42D) is known color: Inch Worm. HEX triplet: AA, E4 and 2D. RGB value is (170,228,45). Sum of RGB (Red+Green+Blue) = 170+228+45=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 228 (89.45% from 255 or 51.47% from 443); Blue value is 45 (17.97% from 255 or 10.16% from 443); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE42D is #551BD2. Grayscale: #BEBEBE. Windows color (decimal): -5577683 or 3007658. OLE color: 3007658.
HSL color Cylindrical-coordinate representation of color #AAE42D: hue angle of 79.02º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAE42D is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 45 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.11 |
| HSL | 79.02º | 0.77% | 0.54% | - |
| HSV(B) | 79.02º | 0.8% | 0.89% | - |
| XYZ | 44.79 | 64.22 | 12.52 | - |
| YUV | 189.8 | 46.28 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 45 | 0.25 | 0 | 0.80 | 0.11 | 79.02 | 0.77 | 0.54 |
| Hex | AA | E4 | 2D | 19 | 0 | 50 | B | 4F | 4D | 36 |
| Octal | 252 | 344 | 55 | 31 | 0 | 120 | 13 | 117 | 115 | 66 |
| Binary | 10101010 | 11100100 | 101101 | 11001 | 0 | 1010000 | 1011 | 1001111 | 1001101 | 110110 |
Color Harmonies of #AAE42D
Complementary color
Monochromatic Colors of #AAE42D
Black with #AAE42D
Text Example
Text Example
White with #AAE42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE42D; }
p { color: rgb(170,228,45); }
H1.HeaderClassName
{
color: #AAE42D;
}
.AnyTagClassName
{
color: #AAE42D;
}
</style>
background-color css
<style>
a { background-color: #AAE42D; }
a { background-color: rgb(170,228,45); }
div.DivClassName
{
background-color: #AAE42D;
}
.BgClassName
{
background-color: #AAE42D;
}
</style>
border-color css
<style>
span { border-color: #AAE42D; }
span { border-color: rgb(170,228,45); }
td.TdClassName
{
border-color: #AAE42D;
}
.TagClassName
{
border-color: #AAE42D;
}
</style>