Shades of Inch Worm #AAE00C
Tints of Inch Worm #AAE00C
RGB
CMYK
RGB Variations
Color information
#AAE00C (or 0xAAE00C) is known color: Inch Worm. HEX triplet: AA, E0 and 0C. RGB value is (170,224,12). Sum of RGB (Red+Green+Blue) = 170+224+12=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 224 (87.89% from 255 or 55.17% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE00C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE00C is #551FF3. Grayscale: #B8B8B8. Windows color (decimal): -5578740 or 843946. OLE color: 843946.
HSL color Cylindrical-coordinate representation of color #AAE00C: hue angle of 75.28º 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 #AAE00C is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 12 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.12 |
| HSL | 75.28º | 0.9% | 0.46% | - |
| HSV(B) | 75.28º | 0.95% | 0.88% | - |
| XYZ | 43.3 | 61.88 | 10.01 | - |
| YUV | 183.69 | 31.11 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 12 | 0.24 | 0 | 0.95 | 0.12 | 75.28 | 0.9 | 0.46 |
| Hex | AA | E0 | C | 18 | 0 | 5F | C | 4B | 5A | 2E |
| Octal | 252 | 340 | 14 | 30 | 0 | 137 | 14 | 113 | 132 | 56 |
| Binary | 10101010 | 11100000 | 1100 | 11000 | 0 | 1011111 | 1100 | 1001011 | 1011010 | 101110 |
Color Harmonies of #AAE00C
Complementary color
Monochromatic Colors of #AAE00C
Black with #AAE00C
Text Example
Text Example
White with #AAE00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE00C; }
p { color: rgb(170,224,12); }
H1.HeaderClassName
{
color: #AAE00C;
}
.AnyTagClassName
{
color: #AAE00C;
}
</style>
background-color css
<style>
a { background-color: #AAE00C; }
a { background-color: rgb(170,224,12); }
div.DivClassName
{
background-color: #AAE00C;
}
.BgClassName
{
background-color: #AAE00C;
}
</style>
border-color css
<style>
span { border-color: #AAE00C; }
span { border-color: rgb(170,224,12); }
td.TdClassName
{
border-color: #AAE00C;
}
.TagClassName
{
border-color: #AAE00C;
}
</style>