Shades of Inch Worm #AAE41F
Tints of Inch Worm #AAE41F
RGB
CMYK
RGB Variations
Color information
#AAE41F (or 0xAAE41F) is known color: Inch Worm. HEX triplet: AA, E4 and 1F. RGB value is (170,228,31). Sum of RGB (Red+Green+Blue) = 170+228+31=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 228 (89.45% from 255 or 53.15% from 429); Blue value is 31 (12.5% from 255 or 7.23% from 429); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE41F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE41F is #551BE0. Grayscale: #BCBCBC. Windows color (decimal): -5577697 or 2090154. OLE color: 2090154.
HSL color Cylindrical-coordinate representation of color #AAE41F: hue angle of 77.66º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAE41F is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 31 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.11 |
| HSL | 77.66º | 0.78% | 0.51% | - |
| HSV(B) | 77.66º | 0.86% | 0.89% | - |
| XYZ | 44.57 | 64.13 | 11.33 | - |
| YUV | 188.2 | 39.28 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 31 | 0.25 | 0 | 0.86 | 0.11 | 77.66 | 0.78 | 0.51 |
| Hex | AA | E4 | 1F | 19 | 0 | 56 | B | 4E | 4E | 33 |
| Octal | 252 | 344 | 37 | 31 | 0 | 126 | 13 | 116 | 116 | 63 |
| Binary | 10101010 | 11100100 | 11111 | 11001 | 0 | 1010110 | 1011 | 1001110 | 1001110 | 110011 |
Color Harmonies of #AAE41F
Complementary color
Monochromatic Colors of #AAE41F
Black with #AAE41F
Text Example
Text Example
White with #AAE41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE41F; }
p { color: rgb(170,228,31); }
H1.HeaderClassName
{
color: #AAE41F;
}
.AnyTagClassName
{
color: #AAE41F;
}
</style>
background-color css
<style>
a { background-color: #AAE41F; }
a { background-color: rgb(170,228,31); }
div.DivClassName
{
background-color: #AAE41F;
}
.BgClassName
{
background-color: #AAE41F;
}
</style>
border-color css
<style>
span { border-color: #AAE41F; }
span { border-color: rgb(170,228,31); }
td.TdClassName
{
border-color: #AAE41F;
}
.TagClassName
{
border-color: #AAE41F;
}
</style>