Shades of Inch Worm #AAE01D
Tints of Inch Worm #AAE01D
RGB
CMYK
RGB Variations
Color information
#AAE01D (or 0xAAE01D) is known color: Inch Worm. HEX triplet: AA, E0 and 1D. RGB value is (170,224,29). Sum of RGB (Red+Green+Blue) = 170+224+29=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 224 (87.89% from 255 or 52.96% from 423); Blue value is 29 (11.72% from 255 or 6.86% from 423); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE01D is #551FE2. Grayscale: #BABABA. Windows color (decimal): -5578723 or 1958058. OLE color: 1958058.
HSL color Cylindrical-coordinate representation of color #AAE01D: hue angle of 76.62º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAE01D is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 29 | - |
| CMYK | 0.24 | 0 | 0.87 | 0.12 |
| HSL | 76.62º | 0.77% | 0.5% | - |
| HSV(B) | 76.62º | 0.87% | 0.88% | - |
| XYZ | 43.45 | 61.95 | 10.83 | - |
| YUV | 185.62 | 39.61 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 29 | 0.24 | 0 | 0.87 | 0.12 | 76.62 | 0.77 | 0.5 |
| Hex | AA | E0 | 1D | 18 | 0 | 57 | C | 4D | 4D | 32 |
| Octal | 252 | 340 | 35 | 30 | 0 | 127 | 14 | 115 | 115 | 62 |
| Binary | 10101010 | 11100000 | 11101 | 11000 | 0 | 1010111 | 1100 | 1001101 | 1001101 | 110010 |
Color Harmonies of #AAE01D
Complementary color
Monochromatic Colors of #AAE01D
Black with #AAE01D
Text Example
Text Example
White with #AAE01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE01D; }
p { color: rgb(170,224,29); }
H1.HeaderClassName
{
color: #AAE01D;
}
.AnyTagClassName
{
color: #AAE01D;
}
</style>
background-color css
<style>
a { background-color: #AAE01D; }
a { background-color: rgb(170,224,29); }
div.DivClassName
{
background-color: #AAE01D;
}
.BgClassName
{
background-color: #AAE01D;
}
</style>
border-color css
<style>
span { border-color: #AAE01D; }
span { border-color: rgb(170,224,29); }
td.TdClassName
{
border-color: #AAE01D;
}
.TagClassName
{
border-color: #AAE01D;
}
</style>