Shades of Inch Worm #AAE103
Tints of Inch Worm #AAE103
RGB
CMYK
RGB Variations
Color information
#AAE103 (or 0xAAE103) is known color: Inch Worm. HEX triplet: AA, E1 and 03. RGB value is (170,225,3). Sum of RGB (Red+Green+Blue) = 170+225+3=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 225 (88.28% from 255 or 56.53% from 398); Blue value is 3 (1.56% from 255 or 0.75% from 398); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE103 is #551EFC. Grayscale: #B8B8B8. Windows color (decimal): -5578493 or 254378. OLE color: 254378.
HSL color Cylindrical-coordinate representation of color #AAE103: hue angle of 74.86º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAE103 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 3 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.12 |
| HSL | 74.86º | 0.97% | 0.45% | - |
| HSV(B) | 74.86º | 0.99% | 0.88% | - |
| XYZ | 43.52 | 62.4 | 9.84 | - |
| YUV | 183.25 | 26.28 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 3 | 0.24 | 0 | 0.99 | 0.12 | 74.86 | 0.97 | 0.45 |
| Hex | AA | E1 | 3 | 18 | 0 | 63 | C | 4B | 61 | 2D |
| Octal | 252 | 341 | 3 | 30 | 0 | 143 | 14 | 113 | 141 | 55 |
| Binary | 10101010 | 11100001 | 11 | 11000 | 0 | 1100011 | 1100 | 1001011 | 1100001 | 101101 |
Color Harmonies of #AAE103
Complementary color
Monochromatic Colors of #AAE103
Black with #AAE103
Text Example
Text Example
White with #AAE103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE103; }
p { color: rgb(170,225,3); }
H1.HeaderClassName
{
color: #AAE103;
}
.AnyTagClassName
{
color: #AAE103;
}
</style>
background-color css
<style>
a { background-color: #AAE103; }
a { background-color: rgb(170,225,3); }
div.DivClassName
{
background-color: #AAE103;
}
.BgClassName
{
background-color: #AAE103;
}
</style>
border-color css
<style>
span { border-color: #AAE103; }
span { border-color: rgb(170,225,3); }
td.TdClassName
{
border-color: #AAE103;
}
.TagClassName
{
border-color: #AAE103;
}
</style>