Shades of Inch Worm #AAE10C
Tints of Inch Worm #AAE10C
RGB
CMYK
RGB Variations
Color information
#AAE10C (or 0xAAE10C) is known color: Inch Worm. HEX triplet: AA, E1 and 0C. RGB value is (170,225,12). Sum of RGB (Red+Green+Blue) = 170+225+12=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 225 (88.28% from 255 or 55.28% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE10C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE10C is #551EF3. Grayscale: #B9B9B9. Windows color (decimal): -5578484 or 844202. OLE color: 844202.
HSL color Cylindrical-coordinate representation of color #AAE10C: hue angle of 75.49º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAE10C is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 12 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.12 |
| HSL | 75.49º | 0.9% | 0.46% | - |
| HSV(B) | 75.49º | 0.95% | 0.88% | - |
| XYZ | 43.57 | 62.42 | 10.1 | - |
| YUV | 184.27 | 30.78 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 12 | 0.24 | 0 | 0.95 | 0.12 | 75.49 | 0.9 | 0.46 |
| Hex | AA | E1 | C | 18 | 0 | 5F | C | 4B | 5A | 2E |
| Octal | 252 | 341 | 14 | 30 | 0 | 137 | 14 | 113 | 132 | 56 |
| Binary | 10101010 | 11100001 | 1100 | 11000 | 0 | 1011111 | 1100 | 1001011 | 1011010 | 101110 |
Color Harmonies of #AAE10C
Complementary color
Monochromatic Colors of #AAE10C
Black with #AAE10C
Text Example
Text Example
White with #AAE10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE10C; }
p { color: rgb(170,225,12); }
H1.HeaderClassName
{
color: #AAE10C;
}
.AnyTagClassName
{
color: #AAE10C;
}
</style>
background-color css
<style>
a { background-color: #AAE10C; }
a { background-color: rgb(170,225,12); }
div.DivClassName
{
background-color: #AAE10C;
}
.BgClassName
{
background-color: #AAE10C;
}
</style>
border-color css
<style>
span { border-color: #AAE10C; }
span { border-color: rgb(170,225,12); }
td.TdClassName
{
border-color: #AAE10C;
}
.TagClassName
{
border-color: #AAE10C;
}
</style>