Shades of Inch Worm #AAE21C
Tints of Inch Worm #AAE21C
RGB
CMYK
RGB Variations
Color information
#AAE21C (or 0xAAE21C) is known color: Inch Worm. HEX triplet: AA, E2 and 1C. RGB value is (170,226,28). Sum of RGB (Red+Green+Blue) = 170+226+28=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 226 (88.67% from 255 or 53.30% from 424); Blue value is 28 (11.33% from 255 or 6.60% from 424); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE21C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE21C is #551DE3. Grayscale: #BBBBBB. Windows color (decimal): -5578212 or 1893034. OLE color: 1893034.
HSL color Cylindrical-coordinate representation of color #AAE21C: hue angle of 76.97º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAE21C is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 28 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.11 |
| HSL | 76.97º | 0.78% | 0.5% | - |
| HSV(B) | 76.97º | 0.88% | 0.89% | - |
| XYZ | 43.98 | 63.02 | 10.95 | - |
| YUV | 186.68 | 38.45 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 28 | 0.25 | 0 | 0.88 | 0.11 | 76.97 | 0.78 | 0.5 |
| Hex | AA | E2 | 1C | 19 | 0 | 58 | B | 4D | 4E | 32 |
| Octal | 252 | 342 | 34 | 31 | 0 | 130 | 13 | 115 | 116 | 62 |
| Binary | 10101010 | 11100010 | 11100 | 11001 | 0 | 1011000 | 1011 | 1001101 | 1001110 | 110010 |
Color Harmonies of #AAE21C
Complementary color
Monochromatic Colors of #AAE21C
Black with #AAE21C
Text Example
Text Example
White with #AAE21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE21C; }
p { color: rgb(170,226,28); }
H1.HeaderClassName
{
color: #AAE21C;
}
.AnyTagClassName
{
color: #AAE21C;
}
</style>
background-color css
<style>
a { background-color: #AAE21C; }
a { background-color: rgb(170,226,28); }
div.DivClassName
{
background-color: #AAE21C;
}
.BgClassName
{
background-color: #AAE21C;
}
</style>
border-color css
<style>
span { border-color: #AAE21C; }
span { border-color: rgb(170,226,28); }
td.TdClassName
{
border-color: #AAE21C;
}
.TagClassName
{
border-color: #AAE21C;
}
</style>