Shades of Inch Worm #AEE002
Tints of Inch Worm #AEE002
RGB
CMYK
RGB Variations
Color information
#AEE002 (or 0xAEE002) is known color: Inch Worm. HEX triplet: AE, E0 and 02. RGB value is (174,224,2). Sum of RGB (Red+Green+Blue) = 174+224+2=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 224 (87.89% from 255 or 56% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEE002 is #511FFD. Grayscale: #B8B8B8. Windows color (decimal): -5316606 or 188590. OLE color: 188590.
HSL color Cylindrical-coordinate representation of color #AEE002: hue angle of 73.51º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AEE002 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 224 | 2 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.12 |
| HSL | 73.51º | 0.98% | 0.44% | - |
| HSV(B) | 73.51º | 0.99% | 0.88% | - |
| XYZ | 44.12 | 62.31 | 9.76 | - |
| YUV | 183.74 | 25.44 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 224 | 2 | 0.22 | 0 | 0.99 | 0.12 | 73.51 | 0.98 | 0.44 |
| Hex | AE | E0 | 2 | 16 | 0 | 63 | C | 4A | 62 | 2C |
| Octal | 256 | 340 | 2 | 26 | 0 | 143 | 14 | 112 | 142 | 54 |
| Binary | 10101110 | 11100000 | 10 | 10110 | 0 | 1100011 | 1100 | 1001010 | 1100010 | 101100 |
Color Harmonies of #AEE002
Complementary color
Monochromatic Colors of #AEE002
Black with #AEE002
Text Example
Text Example
White with #AEE002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE002; }
p { color: rgb(174,224,2); }
H1.HeaderClassName
{
color: #AEE002;
}
.AnyTagClassName
{
color: #AEE002;
}
</style>
background-color css
<style>
a { background-color: #AEE002; }
a { background-color: rgb(174,224,2); }
div.DivClassName
{
background-color: #AEE002;
}
.BgClassName
{
background-color: #AEE002;
}
</style>
border-color css
<style>
span { border-color: #AEE002; }
span { border-color: rgb(174,224,2); }
td.TdClassName
{
border-color: #AEE002;
}
.TagClassName
{
border-color: #AEE002;
}
</style>