Shades of Inch Worm #AAE514
Tints of Inch Worm #AAE514
RGB
CMYK
RGB Variations
Color information
#AAE514 (or 0xAAE514) is known color: Inch Worm. HEX triplet: AA, E5 and 14. RGB value is (170,229,20). Sum of RGB (Red+Green+Blue) = 170+229+20=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 229 (89.84% from 255 or 54.65% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE514 is #551AEB. Grayscale: #BCBCBC. Windows color (decimal): -5577452 or 1369514. OLE color: 1369514.
HSL color Cylindrical-coordinate representation of color #AAE514: hue angle of 76.94º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAE514 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 20 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.10 |
| HSL | 76.94º | 0.84% | 0.49% | - |
| HSV(B) | 76.94º | 0.91% | 0.9% | - |
| XYZ | 44.72 | 64.64 | 10.78 | - |
| YUV | 187.53 | 33.45 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 20 | 0.26 | 0 | 0.91 | 0.10 | 76.94 | 0.84 | 0.49 |
| Hex | AA | E5 | 14 | 1A | 0 | 5B | A | 4D | 54 | 31 |
| Octal | 252 | 345 | 24 | 32 | 0 | 133 | 12 | 115 | 124 | 61 |
| Binary | 10101010 | 11100101 | 10100 | 11010 | 0 | 1011011 | 1010 | 1001101 | 1010100 | 110001 |
Color Harmonies of #AAE514
Complementary color
Monochromatic Colors of #AAE514
Black with #AAE514
Text Example
Text Example
White with #AAE514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE514; }
p { color: rgb(170,229,20); }
H1.HeaderClassName
{
color: #AAE514;
}
.AnyTagClassName
{
color: #AAE514;
}
</style>
background-color css
<style>
a { background-color: #AAE514; }
a { background-color: rgb(170,229,20); }
div.DivClassName
{
background-color: #AAE514;
}
.BgClassName
{
background-color: #AAE514;
}
</style>
border-color css
<style>
span { border-color: #AAE514; }
span { border-color: rgb(170,229,20); }
td.TdClassName
{
border-color: #AAE514;
}
.TagClassName
{
border-color: #AAE514;
}
</style>