Shades of Inch Worm #AEDB11
Tints of Inch Worm #AEDB11
RGB
CMYK
RGB Variations
Color information
#AEDB11 (or 0xAEDB11) is known color: Inch Worm. HEX triplet: AE, DB and 11. RGB value is (174,219,17). Sum of RGB (Red+Green+Blue) = 174+219+17=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 219 (85.94% from 255 or 53.41% from 410); Blue value is 17 (7.03% from 255 or 4.15% from 410); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDB11 is #5124EE. Grayscale: #B7B7B7. Windows color (decimal): -5317871 or 1170350. OLE color: 1170350.
HSL color Cylindrical-coordinate representation of color #AEDB11: hue angle of 73.37º 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 #AEDB11 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 17 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.14 |
| HSL | 73.37º | 0.86% | 0.46% | - |
| HSV(B) | 73.37º | 0.92% | 0.86% | - |
| XYZ | 42.89 | 59.7 | 9.79 | - |
| YUV | 182.52 | 34.59 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 17 | 0.21 | 0 | 0.92 | 0.14 | 73.37 | 0.86 | 0.46 |
| Hex | AE | DB | 11 | 15 | 0 | 5C | E | 49 | 56 | 2E |
| Octal | 256 | 333 | 21 | 25 | 0 | 134 | 16 | 111 | 126 | 56 |
| Binary | 10101110 | 11011011 | 10001 | 10101 | 0 | 1011100 | 1110 | 1001001 | 1010110 | 101110 |
Color Harmonies of #AEDB11
Complementary color
Monochromatic Colors of #AEDB11
Black with #AEDB11
Text Example
Text Example
White with #AEDB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB11; }
p { color: rgb(174,219,17); }
H1.HeaderClassName
{
color: #AEDB11;
}
.AnyTagClassName
{
color: #AEDB11;
}
</style>
background-color css
<style>
a { background-color: #AEDB11; }
a { background-color: rgb(174,219,17); }
div.DivClassName
{
background-color: #AEDB11;
}
.BgClassName
{
background-color: #AEDB11;
}
</style>
border-color css
<style>
span { border-color: #AEDB11; }
span { border-color: rgb(174,219,17); }
td.TdClassName
{
border-color: #AEDB11;
}
.TagClassName
{
border-color: #AEDB11;
}
</style>