Shades of Inch Worm #AAE312
Tints of Inch Worm #AAE312
RGB
CMYK
RGB Variations
Color information
#AAE312 (or 0xAAE312) is known color: Inch Worm. HEX triplet: AA, E3 and 12. RGB value is (170,227,18). Sum of RGB (Red+Green+Blue) = 170+227+18=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 227 (89.06% from 255 or 54.70% from 415); Blue value is 18 (7.42% from 255 or 4.34% from 415); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE312 is #551CED. Grayscale: #BABABA. Windows color (decimal): -5577966 or 1237930. OLE color: 1237930.
HSL color Cylindrical-coordinate representation of color #AAE312: hue angle of 76.36º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAE312 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 18 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.11 |
| HSL | 76.36º | 0.85% | 0.48% | - |
| HSV(B) | 76.36º | 0.92% | 0.89% | - |
| XYZ | 44.16 | 63.53 | 10.51 | - |
| YUV | 186.13 | 33.12 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 18 | 0.25 | 0 | 0.92 | 0.11 | 76.36 | 0.85 | 0.48 |
| Hex | AA | E3 | 12 | 19 | 0 | 5C | B | 4C | 55 | 30 |
| Octal | 252 | 343 | 22 | 31 | 0 | 134 | 13 | 114 | 125 | 60 |
| Binary | 10101010 | 11100011 | 10010 | 11001 | 0 | 1011100 | 1011 | 1001100 | 1010101 | 110000 |
Color Harmonies of #AAE312
Complementary color
Monochromatic Colors of #AAE312
Black with #AAE312
Text Example
Text Example
White with #AAE312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE312; }
p { color: rgb(170,227,18); }
H1.HeaderClassName
{
color: #AAE312;
}
.AnyTagClassName
{
color: #AAE312;
}
</style>
background-color css
<style>
a { background-color: #AAE312; }
a { background-color: rgb(170,227,18); }
div.DivClassName
{
background-color: #AAE312;
}
.BgClassName
{
background-color: #AAE312;
}
</style>
border-color css
<style>
span { border-color: #AAE312; }
span { border-color: rgb(170,227,18); }
td.TdClassName
{
border-color: #AAE312;
}
.TagClassName
{
border-color: #AAE312;
}
</style>