Shades of Inch Worm #AEE40E
Tints of Inch Worm #AEE40E
RGB
CMYK
RGB Variations
Color information
#AEE40E (or 0xAEE40E) is known color: Inch Worm. HEX triplet: AE, E4 and 0E. RGB value is (174,228,14). Sum of RGB (Red+Green+Blue) = 174+228+14=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 228 (89.45% from 255 or 54.81% from 416); Blue value is 14 (5.86% from 255 or 3.37% from 416); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEE40E is #511BF1. Grayscale: #BCBCBC. Windows color (decimal): -5315570 or 976046. OLE color: 976046.
HSL color Cylindrical-coordinate representation of color #AEE40E: hue angle of 75.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEE40E is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 228 | 14 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.11 |
| HSL | 75.14º | 0.88% | 0.47% | - |
| HSV(B) | 75.14º | 0.94% | 0.89% | - |
| XYZ | 45.28 | 64.52 | 10.48 | - |
| YUV | 187.46 | 30.11 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 228 | 14 | 0.24 | 0 | 0.94 | 0.11 | 75.14 | 0.88 | 0.47 |
| Hex | AE | E4 | E | 18 | 0 | 5E | B | 4B | 58 | 2F |
| Octal | 256 | 344 | 16 | 30 | 0 | 136 | 13 | 113 | 130 | 57 |
| Binary | 10101110 | 11100100 | 1110 | 11000 | 0 | 1011110 | 1011 | 1001011 | 1011000 | 101111 |
Color Harmonies of #AEE40E
Complementary color
Monochromatic Colors of #AEE40E
Black with #AEE40E
Text Example
Text Example
White with #AEE40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE40E; }
p { color: rgb(174,228,14); }
H1.HeaderClassName
{
color: #AEE40E;
}
.AnyTagClassName
{
color: #AEE40E;
}
</style>
background-color css
<style>
a { background-color: #AEE40E; }
a { background-color: rgb(174,228,14); }
div.DivClassName
{
background-color: #AEE40E;
}
.BgClassName
{
background-color: #AEE40E;
}
</style>
border-color css
<style>
span { border-color: #AEE40E; }
span { border-color: rgb(174,228,14); }
td.TdClassName
{
border-color: #AEE40E;
}
.TagClassName
{
border-color: #AEE40E;
}
</style>