Shades of Inch Worm #AAE80F
Tints of Inch Worm #AAE80F
RGB
CMYK
RGB Variations
Color information
#AAE80F (or 0xAAE80F) is known color: Inch Worm. HEX triplet: AA, E8 and 0F. RGB value is (170,232,15). Sum of RGB (Red+Green+Blue) = 170+232+15=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 232 (91.02% from 255 or 55.64% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE80F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAE80F is #5517F0. Grayscale: #BDBDBD. Windows color (decimal): -5576689 or 1042602. OLE color: 1042602.
HSL color Cylindrical-coordinate representation of color #AAE80F: hue angle of 77.14º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAE80F is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 15 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.09 |
| HSL | 77.14º | 0.88% | 0.48% | - |
| HSV(B) | 77.14º | 0.94% | 0.91% | - |
| XYZ | 45.52 | 66.29 | 10.85 | - |
| YUV | 188.72 | 29.96 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 15 | 0.27 | 0 | 0.94 | 0.09 | 77.14 | 0.88 | 0.48 |
| Hex | AA | E8 | F | 1B | 0 | 5E | 9 | 4D | 58 | 30 |
| Octal | 252 | 350 | 17 | 33 | 0 | 136 | 11 | 115 | 130 | 60 |
| Binary | 10101010 | 11101000 | 1111 | 11011 | 0 | 1011110 | 1001 | 1001101 | 1011000 | 110000 |
Color Harmonies of #AAE80F
Complementary color
Monochromatic Colors of #AAE80F
Black with #AAE80F
Text Example
Text Example
White with #AAE80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE80F; }
p { color: rgb(170,232,15); }
H1.HeaderClassName
{
color: #AAE80F;
}
.AnyTagClassName
{
color: #AAE80F;
}
</style>
background-color css
<style>
a { background-color: #AAE80F; }
a { background-color: rgb(170,232,15); }
div.DivClassName
{
background-color: #AAE80F;
}
.BgClassName
{
background-color: #AAE80F;
}
</style>
border-color css
<style>
span { border-color: #AAE80F; }
span { border-color: rgb(170,232,15); }
td.TdClassName
{
border-color: #AAE80F;
}
.TagClassName
{
border-color: #AAE80F;
}
</style>