Shades of Inch Worm #AEE20D
Tints of Inch Worm #AEE20D
RGB
CMYK
RGB Variations
Color information
#AEE20D (or 0xAEE20D) is known color: Inch Worm. HEX triplet: AE, E2 and 0D. RGB value is (174,226,13). Sum of RGB (Red+Green+Blue) = 174+226+13=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 226 (88.67% from 255 or 54.72% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE20D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEE20D is #511DF2. Grayscale: #BABABA. Windows color (decimal): -5316083 or 909998. OLE color: 909998.
HSL color Cylindrical-coordinate representation of color #AEE20D: hue angle of 74.65º degrees, saturation: 0.89, 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 #AEE20D is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 226 | 13 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.11 |
| HSL | 74.65º | 0.89% | 0.47% | - |
| HSV(B) | 74.65º | 0.94% | 0.89% | - |
| XYZ | 44.72 | 63.42 | 10.26 | - |
| YUV | 186.17 | 30.27 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 226 | 13 | 0.23 | 0 | 0.94 | 0.11 | 74.65 | 0.89 | 0.47 |
| Hex | AE | E2 | D | 17 | 0 | 5E | B | 4B | 59 | 2F |
| Octal | 256 | 342 | 15 | 27 | 0 | 136 | 13 | 113 | 131 | 57 |
| Binary | 10101110 | 11100010 | 1101 | 10111 | 0 | 1011110 | 1011 | 1001011 | 1011001 | 101111 |
Color Harmonies of #AEE20D
Complementary color
Monochromatic Colors of #AEE20D
Black with #AEE20D
Text Example
Text Example
White with #AEE20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE20D; }
p { color: rgb(174,226,13); }
H1.HeaderClassName
{
color: #AEE20D;
}
.AnyTagClassName
{
color: #AEE20D;
}
</style>
background-color css
<style>
a { background-color: #AEE20D; }
a { background-color: rgb(174,226,13); }
div.DivClassName
{
background-color: #AEE20D;
}
.BgClassName
{
background-color: #AEE20D;
}
</style>
border-color css
<style>
span { border-color: #AEE20D; }
span { border-color: rgb(174,226,13); }
td.TdClassName
{
border-color: #AEE20D;
}
.TagClassName
{
border-color: #AEE20D;
}
</style>