Shades of Inch Worm #AEDC0E
Tints of Inch Worm #AEDC0E
RGB
CMYK
RGB Variations
Color information
#AEDC0E (or 0xAEDC0E) is known color: Inch Worm. HEX triplet: AE, DC and 0E. RGB value is (174,220,14). Sum of RGB (Red+Green+Blue) = 174+220+14=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 220 (86.33% from 255 or 53.92% from 408); Blue value is 14 (5.86% from 255 or 3.43% from 408); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDC0E is #5123F1. Grayscale: #B7B7B7. Windows color (decimal): -5317618 or 973998. OLE color: 973998.
HSL color Cylindrical-coordinate representation of color #AEDC0E: hue angle of 73.4º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEDC0E is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 14 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.14 |
| HSL | 73.4º | 0.88% | 0.46% | - |
| HSV(B) | 73.4º | 0.94% | 0.86% | - |
| XYZ | 43.13 | 60.22 | 9.77 | - |
| YUV | 182.76 | 32.76 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 14 | 0.21 | 0 | 0.94 | 0.14 | 73.4 | 0.88 | 0.46 |
| Hex | AE | DC | E | 15 | 0 | 5E | E | 49 | 58 | 2E |
| Octal | 256 | 334 | 16 | 25 | 0 | 136 | 16 | 111 | 130 | 56 |
| Binary | 10101110 | 11011100 | 1110 | 10101 | 0 | 1011110 | 1110 | 1001001 | 1011000 | 101110 |
Color Harmonies of #AEDC0E
Complementary color
Monochromatic Colors of #AEDC0E
Black with #AEDC0E
Text Example
Text Example
White with #AEDC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC0E; }
p { color: rgb(174,220,14); }
H1.HeaderClassName
{
color: #AEDC0E;
}
.AnyTagClassName
{
color: #AEDC0E;
}
</style>
background-color css
<style>
a { background-color: #AEDC0E; }
a { background-color: rgb(174,220,14); }
div.DivClassName
{
background-color: #AEDC0E;
}
.BgClassName
{
background-color: #AEDC0E;
}
</style>
border-color css
<style>
span { border-color: #AEDC0E; }
span { border-color: rgb(174,220,14); }
td.TdClassName
{
border-color: #AEDC0E;
}
.TagClassName
{
border-color: #AEDC0E;
}
</style>