Shades of Inch Worm #AEDC11
Tints of Inch Worm #AEDC11
RGB
CMYK
RGB Variations
Color information
#AEDC11 (or 0xAEDC11) is known color: Inch Worm. HEX triplet: AE, DC and 11. RGB value is (174,220,17). Sum of RGB (Red+Green+Blue) = 174+220+17=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 220 (86.33% from 255 or 53.53% from 411); Blue value is 17 (7.03% from 255 or 4.14% from 411); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDC11 is #5123EE. Grayscale: #B7B7B7. Windows color (decimal): -5317615 or 1170606. OLE color: 1170606.
HSL color Cylindrical-coordinate representation of color #AEDC11: hue angle of 73.6º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AEDC11 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 17 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.14 |
| HSL | 73.6º | 0.86% | 0.46% | - |
| HSV(B) | 73.6º | 0.92% | 0.86% | - |
| XYZ | 43.15 | 60.23 | 9.88 | - |
| YUV | 183.1 | 34.26 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 17 | 0.21 | 0 | 0.92 | 0.14 | 73.6 | 0.86 | 0.46 |
| Hex | AE | DC | 11 | 15 | 0 | 5C | E | 4A | 56 | 2E |
| Octal | 256 | 334 | 21 | 25 | 0 | 134 | 16 | 112 | 126 | 56 |
| Binary | 10101110 | 11011100 | 10001 | 10101 | 0 | 1011100 | 1110 | 1001010 | 1010110 | 101110 |
Color Harmonies of #AEDC11
Complementary color
Monochromatic Colors of #AEDC11
Black with #AEDC11
Text Example
Text Example
White with #AEDC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC11; }
p { color: rgb(174,220,17); }
H1.HeaderClassName
{
color: #AEDC11;
}
.AnyTagClassName
{
color: #AEDC11;
}
</style>
background-color css
<style>
a { background-color: #AEDC11; }
a { background-color: rgb(174,220,17); }
div.DivClassName
{
background-color: #AEDC11;
}
.BgClassName
{
background-color: #AEDC11;
}
</style>
border-color css
<style>
span { border-color: #AEDC11; }
span { border-color: rgb(174,220,17); }
td.TdClassName
{
border-color: #AEDC11;
}
.TagClassName
{
border-color: #AEDC11;
}
</style>