Shades of Inch Worm #AAEB1D
Tints of Inch Worm #AAEB1D
RGB
CMYK
RGB Variations
Color information
#AAEB1D (or 0xAAEB1D) is known color: Inch Worm. HEX triplet: AA, EB and 1D. RGB value is (170,235,29). Sum of RGB (Red+Green+Blue) = 170+235+29=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 235 (92.19% from 255 or 54.15% from 434); Blue value is 29 (11.72% from 255 or 6.68% from 434); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEB1D is #5514E2. Grayscale: #C0C0C0. Windows color (decimal): -5575907 or 1960874. OLE color: 1960874.
HSL color Cylindrical-coordinate representation of color #AAEB1D: hue angle of 78.93º degrees, saturation: 0.84, 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 #AAEB1D is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 29 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.08 |
| HSL | 78.93º | 0.84% | 0.52% | - |
| HSV(B) | 78.93º | 0.88% | 0.92% | - |
| XYZ | 46.51 | 68.05 | 11.85 | - |
| YUV | 192.08 | 35.97 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 29 | 0.28 | 0 | 0.88 | 0.08 | 78.93 | 0.84 | 0.52 |
| Hex | AA | EB | 1D | 1C | 0 | 58 | 8 | 4F | 54 | 34 |
| Octal | 252 | 353 | 35 | 34 | 0 | 130 | 10 | 117 | 124 | 64 |
| Binary | 10101010 | 11101011 | 11101 | 11100 | 0 | 1011000 | 1000 | 1001111 | 1010100 | 110100 |
Color Harmonies of #AAEB1D
Complementary color
Monochromatic Colors of #AAEB1D
Black with #AAEB1D
Text Example
Text Example
White with #AAEB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEB1D; }
p { color: rgb(170,235,29); }
H1.HeaderClassName
{
color: #AAEB1D;
}
.AnyTagClassName
{
color: #AAEB1D;
}
</style>
background-color css
<style>
a { background-color: #AAEB1D; }
a { background-color: rgb(170,235,29); }
div.DivClassName
{
background-color: #AAEB1D;
}
.BgClassName
{
background-color: #AAEB1D;
}
</style>
border-color css
<style>
span { border-color: #AAEB1D; }
span { border-color: rgb(170,235,29); }
td.TdClassName
{
border-color: #AAEB1D;
}
.TagClassName
{
border-color: #AAEB1D;
}
</style>