Shades of Inch Worm #AAEA1D
Tints of Inch Worm #AAEA1D
RGB
CMYK
RGB Variations
Color information
#AAEA1D (or 0xAAEA1D) is known color: Inch Worm. HEX triplet: AA, EA and 1D. RGB value is (170,234,29). Sum of RGB (Red+Green+Blue) = 170+234+29=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 234 (91.80% from 255 or 54.04% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEA1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEA1D is #5515E2. Grayscale: #C0C0C0. Windows color (decimal): -5576163 or 1960618. OLE color: 1960618.
HSL color Cylindrical-coordinate representation of color #AAEA1D: hue angle of 78.73º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAEA1D is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 29 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.08 |
| HSL | 78.73º | 0.83% | 0.52% | - |
| HSV(B) | 78.73º | 0.88% | 0.92% | - |
| XYZ | 46.22 | 67.48 | 11.75 | - |
| YUV | 191.49 | 36.3 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 29 | 0.27 | 0 | 0.88 | 0.08 | 78.73 | 0.83 | 0.52 |
| Hex | AA | EA | 1D | 1B | 0 | 58 | 8 | 4F | 53 | 34 |
| Octal | 252 | 352 | 35 | 33 | 0 | 130 | 10 | 117 | 123 | 64 |
| Binary | 10101010 | 11101010 | 11101 | 11011 | 0 | 1011000 | 1000 | 1001111 | 1010011 | 110100 |
Color Harmonies of #AAEA1D
Complementary color
Monochromatic Colors of #AAEA1D
Black with #AAEA1D
Text Example
Text Example
White with #AAEA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEA1D; }
p { color: rgb(170,234,29); }
H1.HeaderClassName
{
color: #AAEA1D;
}
.AnyTagClassName
{
color: #AAEA1D;
}
</style>
background-color css
<style>
a { background-color: #AAEA1D; }
a { background-color: rgb(170,234,29); }
div.DivClassName
{
background-color: #AAEA1D;
}
.BgClassName
{
background-color: #AAEA1D;
}
</style>
border-color css
<style>
span { border-color: #AAEA1D; }
span { border-color: rgb(170,234,29); }
td.TdClassName
{
border-color: #AAEA1D;
}
.TagClassName
{
border-color: #AAEA1D;
}
</style>