Shades of Inch Worm #AEDC16
Tints of Inch Worm #AEDC16
RGB
CMYK
RGB Variations
Color information
#AEDC16 (or 0xAEDC16) is known color: Inch Worm. HEX triplet: AE, DC and 16. RGB value is (174,220,22). Sum of RGB (Red+Green+Blue) = 174+220+22=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 22 (8.98% from 255 or 5.29% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDC16 is #5123E9. Grayscale: #B8B8B8. Windows color (decimal): -5317610 or 1498286. OLE color: 1498286.
HSL color Cylindrical-coordinate representation of color #AEDC16: hue angle of 73.94º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEDC16 is Cyan = 0.21, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 22 | - |
| CMYK | 0.21 | 0 | 0.9 | 0.14 |
| HSL | 73.94º | 0.82% | 0.47% | - |
| HSV(B) | 73.94º | 0.9% | 0.86% | - |
| XYZ | 43.19 | 60.24 | 10.11 | - |
| YUV | 183.67 | 36.76 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 22 | 0.21 | 0 | 0.9 | 0.14 | 73.94 | 0.82 | 0.47 |
| Hex | AE | DC | 16 | 15 | 0 | 5A | E | 4A | 52 | 2F |
| Octal | 256 | 334 | 26 | 25 | 0 | 132 | 16 | 112 | 122 | 57 |
| Binary | 10101110 | 11011100 | 10110 | 10101 | 0 | 1011010 | 1110 | 1001010 | 1010010 | 101111 |
Color Harmonies of #AEDC16
Complementary color
Monochromatic Colors of #AEDC16
Black with #AEDC16
Text Example
Text Example
White with #AEDC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC16; }
p { color: rgb(174,220,22); }
H1.HeaderClassName
{
color: #AEDC16;
}
.AnyTagClassName
{
color: #AEDC16;
}
</style>
background-color css
<style>
a { background-color: #AEDC16; }
a { background-color: rgb(174,220,22); }
div.DivClassName
{
background-color: #AEDC16;
}
.BgClassName
{
background-color: #AEDC16;
}
</style>
border-color css
<style>
span { border-color: #AEDC16; }
span { border-color: rgb(174,220,22); }
td.TdClassName
{
border-color: #AEDC16;
}
.TagClassName
{
border-color: #AEDC16;
}
</style>