Shades of Inch Worm #AEE400
Tints of Inch Worm #AEE400
RGB
CMYK
RGB Variations
Color information
#AEE400 (or 0xAEE400) is known color: Inch Worm. HEX triplet: AE, E4 and 00. RGB value is (174,228,0). Sum of RGB (Red+Green+Blue) = 174+228+0=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 228 (89.45% from 255 or 56.72% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEE400 is #511BFF. Grayscale: #BABABA. Windows color (decimal): -5315584 or 58542. OLE color: 58542.
HSL color Cylindrical-coordinate representation of color #AEE400: hue angle of 74.21º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AEE400 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 228 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.11 |
| HSL | 74.21º | 1% | 0.45% | - |
| HSV(B) | 74.21º | 1% | 0.89% | - |
| XYZ | 45.2 | 64.49 | 10.06 | - |
| YUV | 185.86 | 23.11 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 228 | 0 | 0.24 | 0 | 1 | 0.11 | 74.21 | 1 | 0.45 |
| Hex | AE | E4 | 0 | 18 | 0 | 64 | B | 4A | 64 | 2D |
| Octal | 256 | 344 | 0 | 30 | 0 | 144 | 13 | 112 | 144 | 55 |
| Binary | 10101110 | 11100100 | 0 | 11000 | 0 | 1100100 | 1011 | 1001010 | 1100100 | 101101 |
Color Harmonies of #AEE400
Complementary color
Monochromatic Colors of #AEE400
Black with #AEE400
Text Example
Text Example
White with #AEE400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE400; }
p { color: rgb(174,228,0); }
H1.HeaderClassName
{
color: #AEE400;
}
.AnyTagClassName
{
color: #AEE400;
}
</style>
background-color css
<style>
a { background-color: #AEE400; }
a { background-color: rgb(174,228,0); }
div.DivClassName
{
background-color: #AEE400;
}
.BgClassName
{
background-color: #AEE400;
}
</style>
border-color css
<style>
span { border-color: #AEE400; }
span { border-color: rgb(174,228,0); }
td.TdClassName
{
border-color: #AEE400;
}
.TagClassName
{
border-color: #AEE400;
}
</style>