Shades of Inch Worm #AAEB0C
Tints of Inch Worm #AAEB0C
RGB
CMYK
RGB Variations
Color information
#AAEB0C (or 0xAAEB0C) is known color: Inch Worm. HEX triplet: AA, EB and 0C. RGB value is (170,235,12). Sum of RGB (Red+Green+Blue) = 170+235+12=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 235 (92.19% from 255 or 56.35% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEB0C is #5514F3. Grayscale: #BEBEBE. Windows color (decimal): -5575924 or 846762. OLE color: 846762.
HSL color Cylindrical-coordinate representation of color #AAEB0C: hue angle of 77.49º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAEB0C is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 12 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.08 |
| HSL | 77.49º | 0.9% | 0.48% | - |
| HSV(B) | 77.49º | 0.95% | 0.92% | - |
| XYZ | 46.35 | 67.99 | 11.03 | - |
| YUV | 190.14 | 27.47 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 12 | 0.28 | 0 | 0.95 | 0.08 | 77.49 | 0.9 | 0.48 |
| Hex | AA | EB | C | 1C | 0 | 5F | 8 | 4D | 5A | 30 |
| Octal | 252 | 353 | 14 | 34 | 0 | 137 | 10 | 115 | 132 | 60 |
| Binary | 10101010 | 11101011 | 1100 | 11100 | 0 | 1011111 | 1000 | 1001101 | 1011010 | 110000 |
Color Harmonies of #AAEB0C
Complementary color
Monochromatic Colors of #AAEB0C
Black with #AAEB0C
Text Example
Text Example
White with #AAEB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEB0C; }
p { color: rgb(170,235,12); }
H1.HeaderClassName
{
color: #AAEB0C;
}
.AnyTagClassName
{
color: #AAEB0C;
}
</style>
background-color css
<style>
a { background-color: #AAEB0C; }
a { background-color: rgb(170,235,12); }
div.DivClassName
{
background-color: #AAEB0C;
}
.BgClassName
{
background-color: #AAEB0C;
}
</style>
border-color css
<style>
span { border-color: #AAEB0C; }
span { border-color: rgb(170,235,12); }
td.TdClassName
{
border-color: #AAEB0C;
}
.TagClassName
{
border-color: #AAEB0C;
}
</style>