Shades of Inch Worm #AEE40A
Tints of Inch Worm #AEE40A
RGB
CMYK
RGB Variations
Color information
#AEE40A (or 0xAEE40A) is known color: Inch Worm. HEX triplet: AE, E4 and 0A. RGB value is (174,228,10). Sum of RGB (Red+Green+Blue) = 174+228+10=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 228 (89.45% from 255 or 55.34% from 412); Blue value is 10 (4.30% from 255 or 2.43% from 412); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEE40A is #511BF5. Grayscale: #BBBBBB. Windows color (decimal): -5315574 or 713902. OLE color: 713902.
HSL color Cylindrical-coordinate representation of color #AEE40A: hue angle of 74.86º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AEE40A is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 228 | 10 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.11 |
| HSL | 74.86º | 0.92% | 0.47% | - |
| HSV(B) | 74.86º | 0.96% | 0.89% | - |
| XYZ | 45.25 | 64.51 | 10.35 | - |
| YUV | 187 | 28.11 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 228 | 10 | 0.24 | 0 | 0.96 | 0.11 | 74.86 | 0.92 | 0.47 |
| Hex | AE | E4 | A | 18 | 0 | 60 | B | 4B | 5C | 2F |
| Octal | 256 | 344 | 12 | 30 | 0 | 140 | 13 | 113 | 134 | 57 |
| Binary | 10101110 | 11100100 | 1010 | 11000 | 0 | 1100000 | 1011 | 1001011 | 1011100 | 101111 |
Color Harmonies of #AEE40A
Complementary color
Monochromatic Colors of #AEE40A
Black with #AEE40A
Text Example
Text Example
White with #AEE40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE40A; }
p { color: rgb(174,228,10); }
H1.HeaderClassName
{
color: #AEE40A;
}
.AnyTagClassName
{
color: #AEE40A;
}
</style>
background-color css
<style>
a { background-color: #AEE40A; }
a { background-color: rgb(174,228,10); }
div.DivClassName
{
background-color: #AEE40A;
}
.BgClassName
{
background-color: #AEE40A;
}
</style>
border-color css
<style>
span { border-color: #AEE40A; }
span { border-color: rgb(174,228,10); }
td.TdClassName
{
border-color: #AEE40A;
}
.TagClassName
{
border-color: #AEE40A;
}
</style>