Shades of Inch Worm #AAE20C
Tints of Inch Worm #AAE20C
RGB
CMYK
RGB Variations
Color information
#AAE20C (or 0xAAE20C) is known color: Inch Worm. HEX triplet: AA, E2 and 0C. RGB value is (170,226,12). Sum of RGB (Red+Green+Blue) = 170+226+12=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 226 (88.67% from 255 or 55.39% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE20C is #551DF3. Grayscale: #B9B9B9. Windows color (decimal): -5578228 or 844458. OLE color: 844458.
HSL color Cylindrical-coordinate representation of color #AAE20C: hue angle of 75.7º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAE20C is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 12 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.11 |
| HSL | 75.7º | 0.9% | 0.47% | - |
| HSV(B) | 75.7º | 0.95% | 0.89% | - |
| XYZ | 43.84 | 62.97 | 10.19 | - |
| YUV | 184.86 | 30.45 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 12 | 0.25 | 0 | 0.95 | 0.11 | 75.7 | 0.9 | 0.47 |
| Hex | AA | E2 | C | 19 | 0 | 5F | B | 4C | 5A | 2F |
| Octal | 252 | 342 | 14 | 31 | 0 | 137 | 13 | 114 | 132 | 57 |
| Binary | 10101010 | 11100010 | 1100 | 11001 | 0 | 1011111 | 1011 | 1001100 | 1011010 | 101111 |
Color Harmonies of #AAE20C
Complementary color
Monochromatic Colors of #AAE20C
Black with #AAE20C
Text Example
Text Example
White with #AAE20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE20C; }
p { color: rgb(170,226,12); }
H1.HeaderClassName
{
color: #AAE20C;
}
.AnyTagClassName
{
color: #AAE20C;
}
</style>
background-color css
<style>
a { background-color: #AAE20C; }
a { background-color: rgb(170,226,12); }
div.DivClassName
{
background-color: #AAE20C;
}
.BgClassName
{
background-color: #AAE20C;
}
</style>
border-color css
<style>
span { border-color: #AAE20C; }
span { border-color: rgb(170,226,12); }
td.TdClassName
{
border-color: #AAE20C;
}
.TagClassName
{
border-color: #AAE20C;
}
</style>