Shades of Inch Worm #AAE315
Tints of Inch Worm #AAE315
RGB
CMYK
RGB Variations
Color information
#AAE315 (or 0xAAE315) is known color: Inch Worm. HEX triplet: AA, E3 and 15. RGB value is (170,227,21). Sum of RGB (Red+Green+Blue) = 170+227+21=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 227 (89.06% from 255 or 54.31% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE315 is #551CEA. Grayscale: #BBBBBB. Windows color (decimal): -5577963 or 1434538. OLE color: 1434538.
HSL color Cylindrical-coordinate representation of color #AAE315: hue angle of 76.6º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAE315 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 21 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.11 |
| HSL | 76.6º | 0.83% | 0.49% | - |
| HSV(B) | 76.6º | 0.91% | 0.89% | - |
| XYZ | 44.18 | 63.54 | 10.64 | - |
| YUV | 186.47 | 34.62 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 21 | 0.25 | 0 | 0.91 | 0.11 | 76.6 | 0.83 | 0.49 |
| Hex | AA | E3 | 15 | 19 | 0 | 5B | B | 4D | 53 | 31 |
| Octal | 252 | 343 | 25 | 31 | 0 | 133 | 13 | 115 | 123 | 61 |
| Binary | 10101010 | 11100011 | 10101 | 11001 | 0 | 1011011 | 1011 | 1001101 | 1010011 | 110001 |
Color Harmonies of #AAE315
Complementary color
Monochromatic Colors of #AAE315
Black with #AAE315
Text Example
Text Example
White with #AAE315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE315; }
p { color: rgb(170,227,21); }
H1.HeaderClassName
{
color: #AAE315;
}
.AnyTagClassName
{
color: #AAE315;
}
</style>
background-color css
<style>
a { background-color: #AAE315; }
a { background-color: rgb(170,227,21); }
div.DivClassName
{
background-color: #AAE315;
}
.BgClassName
{
background-color: #AAE315;
}
</style>
border-color css
<style>
span { border-color: #AAE315; }
span { border-color: rgb(170,227,21); }
td.TdClassName
{
border-color: #AAE315;
}
.TagClassName
{
border-color: #AAE315;
}
</style>