Shades of Inch Worm #AAE003
Tints of Inch Worm #AAE003
RGB
CMYK
RGB Variations
Color information
#AAE003 (or 0xAAE003) is known color: Inch Worm. HEX triplet: AA, E0 and 03. RGB value is (170,224,3). Sum of RGB (Red+Green+Blue) = 170+224+3=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 224 (87.89% from 255 or 56.42% from 397); Blue value is 3 (1.56% from 255 or 0.76% from 397); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE003 is #551FFC. Grayscale: #B7B7B7. Windows color (decimal): -5578749 or 254122. OLE color: 254122.
HSL color Cylindrical-coordinate representation of color #AAE003: hue angle of 74.66º 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 #AAE003 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 3 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.12 |
| HSL | 74.66º | 0.97% | 0.45% | - |
| HSV(B) | 74.66º | 0.99% | 0.88% | - |
| XYZ | 43.25 | 61.86 | 9.75 | - |
| YUV | 182.66 | 26.61 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 3 | 0.24 | 0 | 0.99 | 0.12 | 74.66 | 0.97 | 0.45 |
| Hex | AA | E0 | 3 | 18 | 0 | 63 | C | 4B | 61 | 2D |
| Octal | 252 | 340 | 3 | 30 | 0 | 143 | 14 | 113 | 141 | 55 |
| Binary | 10101010 | 11100000 | 11 | 11000 | 0 | 1100011 | 1100 | 1001011 | 1100001 | 101101 |
Color Harmonies of #AAE003
Complementary color
Monochromatic Colors of #AAE003
Black with #AAE003
Text Example
Text Example
White with #AAE003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE003; }
p { color: rgb(170,224,3); }
H1.HeaderClassName
{
color: #AAE003;
}
.AnyTagClassName
{
color: #AAE003;
}
</style>
background-color css
<style>
a { background-color: #AAE003; }
a { background-color: rgb(170,224,3); }
div.DivClassName
{
background-color: #AAE003;
}
.BgClassName
{
background-color: #AAE003;
}
</style>
border-color css
<style>
span { border-color: #AAE003; }
span { border-color: rgb(170,224,3); }
td.TdClassName
{
border-color: #AAE003;
}
.TagClassName
{
border-color: #AAE003;
}
</style>