Shades of Inch Worm #AEE80D
Tints of Inch Worm #AEE80D
RGB
CMYK
RGB Variations
Color information
#AEE80D (or 0xAEE80D) is known color: Inch Worm. HEX triplet: AE, E8 and 0D. RGB value is (174,232,13). Sum of RGB (Red+Green+Blue) = 174+232+13=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 232 (91.02% from 255 or 55.37% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE80D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEE80D is #5117F2. Grayscale: #BEBEBE. Windows color (decimal): -5314547 or 911534. OLE color: 911534.
HSL color Cylindrical-coordinate representation of color #AEE80D: hue angle of 75.89º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEE80D is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 232 | 13 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.09 |
| HSL | 75.89º | 0.89% | 0.48% | - |
| HSV(B) | 75.89º | 0.94% | 0.91% | - |
| XYZ | 46.38 | 66.74 | 10.82 | - |
| YUV | 189.69 | 28.28 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 232 | 13 | 0.25 | 0 | 0.94 | 0.09 | 75.89 | 0.89 | 0.48 |
| Hex | AE | E8 | D | 19 | 0 | 5E | 9 | 4C | 59 | 30 |
| Octal | 256 | 350 | 15 | 31 | 0 | 136 | 11 | 114 | 131 | 60 |
| Binary | 10101110 | 11101000 | 1101 | 11001 | 0 | 1011110 | 1001 | 1001100 | 1011001 | 110000 |
Color Harmonies of #AEE80D
Complementary color
Monochromatic Colors of #AEE80D
Black with #AEE80D
Text Example
Text Example
White with #AEE80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE80D; }
p { color: rgb(174,232,13); }
H1.HeaderClassName
{
color: #AEE80D;
}
.AnyTagClassName
{
color: #AEE80D;
}
</style>
background-color css
<style>
a { background-color: #AEE80D; }
a { background-color: rgb(174,232,13); }
div.DivClassName
{
background-color: #AEE80D;
}
.BgClassName
{
background-color: #AEE80D;
}
</style>
border-color css
<style>
span { border-color: #AEE80D; }
span { border-color: rgb(174,232,13); }
td.TdClassName
{
border-color: #AEE80D;
}
.TagClassName
{
border-color: #AEE80D;
}
</style>