Shades of Inch Worm #AAE512
Tints of Inch Worm #AAE512
RGB
CMYK
RGB Variations
Color information
#AAE512 (or 0xAAE512) is known color: Inch Worm. HEX triplet: AA, E5 and 12. RGB value is (170,229,18). Sum of RGB (Red+Green+Blue) = 170+229+18=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 229 (89.84% from 255 or 54.92% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE512 is #551AED. Grayscale: #BCBCBC. Windows color (decimal): -5577454 or 1238442. OLE color: 1238442.
HSL color Cylindrical-coordinate representation of color #AAE512: hue angle of 76.78º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAE512 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 18 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.10 |
| HSL | 76.78º | 0.85% | 0.48% | - |
| HSV(B) | 76.78º | 0.92% | 0.9% | - |
| XYZ | 44.71 | 64.63 | 10.69 | - |
| YUV | 187.31 | 32.45 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 18 | 0.26 | 0 | 0.92 | 0.10 | 76.78 | 0.85 | 0.48 |
| Hex | AA | E5 | 12 | 1A | 0 | 5C | A | 4D | 55 | 30 |
| Octal | 252 | 345 | 22 | 32 | 0 | 134 | 12 | 115 | 125 | 60 |
| Binary | 10101010 | 11100101 | 10010 | 11010 | 0 | 1011100 | 1010 | 1001101 | 1010101 | 110000 |
Color Harmonies of #AAE512
Complementary color
Monochromatic Colors of #AAE512
Black with #AAE512
Text Example
Text Example
White with #AAE512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE512; }
p { color: rgb(170,229,18); }
H1.HeaderClassName
{
color: #AAE512;
}
.AnyTagClassName
{
color: #AAE512;
}
</style>
background-color css
<style>
a { background-color: #AAE512; }
a { background-color: rgb(170,229,18); }
div.DivClassName
{
background-color: #AAE512;
}
.BgClassName
{
background-color: #AAE512;
}
</style>
border-color css
<style>
span { border-color: #AAE512; }
span { border-color: rgb(170,229,18); }
td.TdClassName
{
border-color: #AAE512;
}
.TagClassName
{
border-color: #AAE512;
}
</style>