Shades of Inch Worm #AAE70C
Tints of Inch Worm #AAE70C
RGB
CMYK
RGB Variations
Color information
#AAE70C (or 0xAAE70C) is known color: Inch Worm. HEX triplet: AA, E7 and 0C. RGB value is (170,231,12). Sum of RGB (Red+Green+Blue) = 170+231+12=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 231 (90.62% from 255 or 55.93% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE70C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAE70C is #5518F3. Grayscale: #BCBCBC. Windows color (decimal): -5576948 or 845738. OLE color: 845738.
HSL color Cylindrical-coordinate representation of color #AAE70C: hue angle of 76.71º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAE70C is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 12 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.09 |
| HSL | 76.71º | 0.9% | 0.48% | - |
| HSV(B) | 76.71º | 0.95% | 0.91% | - |
| XYZ | 45.22 | 65.72 | 10.65 | - |
| YUV | 187.8 | 28.79 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 12 | 0.26 | 0 | 0.95 | 0.09 | 76.71 | 0.9 | 0.48 |
| Hex | AA | E7 | C | 1A | 0 | 5F | 9 | 4D | 5A | 30 |
| Octal | 252 | 347 | 14 | 32 | 0 | 137 | 11 | 115 | 132 | 60 |
| Binary | 10101010 | 11100111 | 1100 | 11010 | 0 | 1011111 | 1001 | 1001101 | 1011010 | 110000 |
Color Harmonies of #AAE70C
Complementary color
Monochromatic Colors of #AAE70C
Black with #AAE70C
Text Example
Text Example
White with #AAE70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE70C; }
p { color: rgb(170,231,12); }
H1.HeaderClassName
{
color: #AAE70C;
}
.AnyTagClassName
{
color: #AAE70C;
}
</style>
background-color css
<style>
a { background-color: #AAE70C; }
a { background-color: rgb(170,231,12); }
div.DivClassName
{
background-color: #AAE70C;
}
.BgClassName
{
background-color: #AAE70C;
}
</style>
border-color css
<style>
span { border-color: #AAE70C; }
span { border-color: rgb(170,231,12); }
td.TdClassName
{
border-color: #AAE70C;
}
.TagClassName
{
border-color: #AAE70C;
}
</style>