Shades of Inch Worm #AAEB0D
Tints of Inch Worm #AAEB0D
RGB
CMYK
RGB Variations
Color information
#AAEB0D (or 0xAAEB0D) is known color: Inch Worm. HEX triplet: AA, EB and 0D. RGB value is (170,235,13). Sum of RGB (Red+Green+Blue) = 170+235+13=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 235 (92.19% from 255 or 56.22% from 418); Blue value is 13 (5.47% from 255 or 3.11% from 418); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEB0D is #5514F2. Grayscale: #BFBFBF. Windows color (decimal): -5575923 or 912298. OLE color: 912298.
HSL color Cylindrical-coordinate representation of color #AAEB0D: hue angle of 77.57º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAEB0D is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 13 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.08 |
| HSL | 77.57º | 0.9% | 0.49% | - |
| HSV(B) | 77.57º | 0.94% | 0.92% | - |
| XYZ | 46.36 | 67.99 | 11.06 | - |
| YUV | 190.26 | 27.97 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 13 | 0.28 | 0 | 0.94 | 0.08 | 77.57 | 0.9 | 0.49 |
| Hex | AA | EB | D | 1C | 0 | 5E | 8 | 4E | 5A | 31 |
| Octal | 252 | 353 | 15 | 34 | 0 | 136 | 10 | 116 | 132 | 61 |
| Binary | 10101010 | 11101011 | 1101 | 11100 | 0 | 1011110 | 1000 | 1001110 | 1011010 | 110001 |
Color Harmonies of #AAEB0D
Complementary color
Monochromatic Colors of #AAEB0D
Black with #AAEB0D
Text Example
Text Example
White with #AAEB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEB0D; }
p { color: rgb(170,235,13); }
H1.HeaderClassName
{
color: #AAEB0D;
}
.AnyTagClassName
{
color: #AAEB0D;
}
</style>
background-color css
<style>
a { background-color: #AAEB0D; }
a { background-color: rgb(170,235,13); }
div.DivClassName
{
background-color: #AAEB0D;
}
.BgClassName
{
background-color: #AAEB0D;
}
</style>
border-color css
<style>
span { border-color: #AAEB0D; }
span { border-color: rgb(170,235,13); }
td.TdClassName
{
border-color: #AAEB0D;
}
.TagClassName
{
border-color: #AAEB0D;
}
</style>