Shades of Inch Worm #AEE50A
Tints of Inch Worm #AEE50A
RGB
CMYK
RGB Variations
Color information
#AEE50A (or 0xAEE50A) is known color: Inch Worm. HEX triplet: AE, E5 and 0A. RGB value is (174,229,10). Sum of RGB (Red+Green+Blue) = 174+229+10=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 229 (89.84% from 255 or 55.45% from 413); Blue value is 10 (4.30% from 255 or 2.42% from 413); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEE50A is #511AF5. Grayscale: #BCBCBC. Windows color (decimal): -5315318 or 714158. OLE color: 714158.
HSL color Cylindrical-coordinate representation of color #AEE50A: hue angle of 75.07º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AEE50A is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 229 | 10 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.10 |
| HSL | 75.07º | 0.92% | 0.47% | - |
| HSV(B) | 75.07º | 0.96% | 0.9% | - |
| XYZ | 45.53 | 65.06 | 10.45 | - |
| YUV | 187.59 | 27.78 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 229 | 10 | 0.24 | 0 | 0.96 | 0.10 | 75.07 | 0.92 | 0.47 |
| Hex | AE | E5 | A | 18 | 0 | 60 | A | 4B | 5C | 2F |
| Octal | 256 | 345 | 12 | 30 | 0 | 140 | 12 | 113 | 134 | 57 |
| Binary | 10101110 | 11100101 | 1010 | 11000 | 0 | 1100000 | 1010 | 1001011 | 1011100 | 101111 |
Color Harmonies of #AEE50A
Complementary color
Monochromatic Colors of #AEE50A
Black with #AEE50A
Text Example
Text Example
White with #AEE50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE50A; }
p { color: rgb(174,229,10); }
H1.HeaderClassName
{
color: #AEE50A;
}
.AnyTagClassName
{
color: #AEE50A;
}
</style>
background-color css
<style>
a { background-color: #AEE50A; }
a { background-color: rgb(174,229,10); }
div.DivClassName
{
background-color: #AEE50A;
}
.BgClassName
{
background-color: #AEE50A;
}
</style>
border-color css
<style>
span { border-color: #AEE50A; }
span { border-color: rgb(174,229,10); }
td.TdClassName
{
border-color: #AEE50A;
}
.TagClassName
{
border-color: #AEE50A;
}
</style>