Shades of Inch Worm #AAE920
Tints of Inch Worm #AAE920
RGB
CMYK
RGB Variations
Color information
#AAE920 (or 0xAAE920) is known color: Inch Worm. HEX triplet: AA, E9 and 20. RGB value is (170,233,32). Sum of RGB (Red+Green+Blue) = 170+233+32=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 233 (91.41% from 255 or 53.56% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE920 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE920 is #5516DF. Grayscale: #BFBFBF. Windows color (decimal): -5576416 or 2156970. OLE color: 2156970.
HSL color Cylindrical-coordinate representation of color #AAE920: hue angle of 78.81º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAE920 is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 32 | - |
| CMYK | 0.27 | 0 | 0.86 | 0.09 |
| HSL | 78.81º | 0.82% | 0.52% | - |
| HSV(B) | 78.81º | 0.86% | 0.91% | - |
| XYZ | 45.98 | 66.93 | 11.86 | - |
| YUV | 191.25 | 38.13 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 32 | 0.27 | 0 | 0.86 | 0.09 | 78.81 | 0.82 | 0.52 |
| Hex | AA | E9 | 20 | 1B | 0 | 56 | 9 | 4F | 52 | 34 |
| Octal | 252 | 351 | 40 | 33 | 0 | 126 | 11 | 117 | 122 | 64 |
| Binary | 10101010 | 11101001 | 100000 | 11011 | 0 | 1010110 | 1001 | 1001111 | 1010010 | 110100 |
Color Harmonies of #AAE920
Complementary color
Monochromatic Colors of #AAE920
Black with #AAE920
Text Example
Text Example
White with #AAE920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE920; }
p { color: rgb(170,233,32); }
H1.HeaderClassName
{
color: #AAE920;
}
.AnyTagClassName
{
color: #AAE920;
}
</style>
background-color css
<style>
a { background-color: #AAE920; }
a { background-color: rgb(170,233,32); }
div.DivClassName
{
background-color: #AAE920;
}
.BgClassName
{
background-color: #AAE920;
}
</style>
border-color css
<style>
span { border-color: #AAE920; }
span { border-color: rgb(170,233,32); }
td.TdClassName
{
border-color: #AAE920;
}
.TagClassName
{
border-color: #AAE920;
}
</style>