Shades of Inch Worm #AAE32C
Tints of Inch Worm #AAE32C
RGB
CMYK
RGB Variations
Color information
#AAE32C (or 0xAAE32C) is known color: Inch Worm. HEX triplet: AA, E3 and 2C. RGB value is (170,227,44). Sum of RGB (Red+Green+Blue) = 170+227+44=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 227 (89.06% from 255 or 51.47% from 441); Blue value is 44 (17.58% from 255 or 9.98% from 441); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE32C is #551CD3. Grayscale: #BDBDBD. Windows color (decimal): -5577940 or 2941866. OLE color: 2941866.
HSL color Cylindrical-coordinate representation of color #AAE32C: hue angle of 78.69º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAE32C is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 44 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.11 |
| HSL | 78.69º | 0.77% | 0.53% | - |
| HSV(B) | 78.69º | 0.81% | 0.89% | - |
| XYZ | 44.5 | 63.67 | 12.33 | - |
| YUV | 189.1 | 46.12 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 44 | 0.25 | 0 | 0.81 | 0.11 | 78.69 | 0.77 | 0.53 |
| Hex | AA | E3 | 2C | 19 | 0 | 51 | B | 4F | 4D | 35 |
| Octal | 252 | 343 | 54 | 31 | 0 | 121 | 13 | 117 | 115 | 65 |
| Binary | 10101010 | 11100011 | 101100 | 11001 | 0 | 1010001 | 1011 | 1001111 | 1001101 | 110101 |
Color Harmonies of #AAE32C
Complementary color
Monochromatic Colors of #AAE32C
Black with #AAE32C
Text Example
Text Example
White with #AAE32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE32C; }
p { color: rgb(170,227,44); }
H1.HeaderClassName
{
color: #AAE32C;
}
.AnyTagClassName
{
color: #AAE32C;
}
</style>
background-color css
<style>
a { background-color: #AAE32C; }
a { background-color: rgb(170,227,44); }
div.DivClassName
{
background-color: #AAE32C;
}
.BgClassName
{
background-color: #AAE32C;
}
</style>
border-color css
<style>
span { border-color: #AAE32C; }
span { border-color: rgb(170,227,44); }
td.TdClassName
{
border-color: #AAE32C;
}
.TagClassName
{
border-color: #AAE32C;
}
</style>