Shades of Inch Worm #AAE115
Tints of Inch Worm #AAE115
RGB
CMYK
RGB Variations
Color information
#AAE115 (or 0xAAE115) is known color: Inch Worm. HEX triplet: AA, E1 and 15. RGB value is (170,225,21). Sum of RGB (Red+Green+Blue) = 170+225+21=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 225 (88.28% from 255 or 54.09% from 416); Blue value is 21 (8.59% from 255 or 5.05% from 416); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE115 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE115 is #551EEA. Grayscale: #BABABA. Windows color (decimal): -5578475 or 1434026. OLE color: 1434026.
HSL color Cylindrical-coordinate representation of color #AAE115: hue angle of 76.18º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAE115 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 21 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.12 |
| HSL | 76.18º | 0.83% | 0.48% | - |
| HSV(B) | 76.18º | 0.91% | 0.88% | - |
| XYZ | 43.64 | 62.45 | 10.46 | - |
| YUV | 185.3 | 35.28 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 21 | 0.24 | 0 | 0.91 | 0.12 | 76.18 | 0.83 | 0.48 |
| Hex | AA | E1 | 15 | 18 | 0 | 5B | C | 4C | 53 | 30 |
| Octal | 252 | 341 | 25 | 30 | 0 | 133 | 14 | 114 | 123 | 60 |
| Binary | 10101010 | 11100001 | 10101 | 11000 | 0 | 1011011 | 1100 | 1001100 | 1010011 | 110000 |
Color Harmonies of #AAE115
Complementary color
Monochromatic Colors of #AAE115
Black with #AAE115
Text Example
Text Example
White with #AAE115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE115; }
p { color: rgb(170,225,21); }
H1.HeaderClassName
{
color: #AAE115;
}
.AnyTagClassName
{
color: #AAE115;
}
</style>
background-color css
<style>
a { background-color: #AAE115; }
a { background-color: rgb(170,225,21); }
div.DivClassName
{
background-color: #AAE115;
}
.BgClassName
{
background-color: #AAE115;
}
</style>
border-color css
<style>
span { border-color: #AAE115; }
span { border-color: rgb(170,225,21); }
td.TdClassName
{
border-color: #AAE115;
}
.TagClassName
{
border-color: #AAE115;
}
</style>