Shades of Inch Worm #AAE912
Tints of Inch Worm #AAE912
RGB
CMYK
RGB Variations
Color information
#AAE912 (or 0xAAE912) is known color: Inch Worm. HEX triplet: AA, E9 and 12. RGB value is (170,233,18). Sum of RGB (Red+Green+Blue) = 170+233+18=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 233 (91.41% from 255 or 55.34% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE912 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAE912 is #5516ED. Grayscale: #BEBEBE. Windows color (decimal): -5576430 or 1239466. OLE color: 1239466.
HSL color Cylindrical-coordinate representation of color #AAE912: hue angle of 77.58º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAE912 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 18 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.09 |
| HSL | 77.58º | 0.86% | 0.49% | - |
| HSV(B) | 77.58º | 0.92% | 0.91% | - |
| XYZ | 45.83 | 66.87 | 11.06 | - |
| YUV | 189.65 | 31.13 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 18 | 0.27 | 0 | 0.92 | 0.09 | 77.58 | 0.86 | 0.49 |
| Hex | AA | E9 | 12 | 1B | 0 | 5C | 9 | 4E | 56 | 31 |
| Octal | 252 | 351 | 22 | 33 | 0 | 134 | 11 | 116 | 126 | 61 |
| Binary | 10101010 | 11101001 | 10010 | 11011 | 0 | 1011100 | 1001 | 1001110 | 1010110 | 110001 |
Color Harmonies of #AAE912
Complementary color
Monochromatic Colors of #AAE912
Black with #AAE912
Text Example
Text Example
White with #AAE912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE912; }
p { color: rgb(170,233,18); }
H1.HeaderClassName
{
color: #AAE912;
}
.AnyTagClassName
{
color: #AAE912;
}
</style>
background-color css
<style>
a { background-color: #AAE912; }
a { background-color: rgb(170,233,18); }
div.DivClassName
{
background-color: #AAE912;
}
.BgClassName
{
background-color: #AAE912;
}
</style>
border-color css
<style>
span { border-color: #AAE912; }
span { border-color: rgb(170,233,18); }
td.TdClassName
{
border-color: #AAE912;
}
.TagClassName
{
border-color: #AAE912;
}
</style>