Shades of Inch Worm #AEDD16
Tints of Inch Worm #AEDD16
RGB
CMYK
RGB Variations
Color information
#AEDD16 (or 0xAEDD16) is known color: Inch Worm. HEX triplet: AE, DD and 16. RGB value is (174,221,22). Sum of RGB (Red+Green+Blue) = 174+221+22=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 22 (8.98% from 255 or 5.28% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDD16 is #5122E9. Grayscale: #B9B9B9. Windows color (decimal): -5317354 or 1498542. OLE color: 1498542.
HSL color Cylindrical-coordinate representation of color #AEDD16: hue angle of 74.17º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEDD16 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 22 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.13 |
| HSL | 74.17º | 0.82% | 0.48% | - |
| HSV(B) | 74.17º | 0.9% | 0.87% | - |
| XYZ | 43.46 | 60.77 | 10.2 | - |
| YUV | 184.26 | 36.43 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 22 | 0.21 | 0 | 0.90 | 0.13 | 74.17 | 0.82 | 0.48 |
| Hex | AE | DD | 16 | 15 | 0 | 5A | D | 4A | 52 | 30 |
| Octal | 256 | 335 | 26 | 25 | 0 | 132 | 15 | 112 | 122 | 60 |
| Binary | 10101110 | 11011101 | 10110 | 10101 | 0 | 1011010 | 1101 | 1001010 | 1010010 | 110000 |
Color Harmonies of #AEDD16
Complementary color
Monochromatic Colors of #AEDD16
Black with #AEDD16
Text Example
Text Example
White with #AEDD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDD16; }
p { color: rgb(174,221,22); }
H1.HeaderClassName
{
color: #AEDD16;
}
.AnyTagClassName
{
color: #AEDD16;
}
</style>
background-color css
<style>
a { background-color: #AEDD16; }
a { background-color: rgb(174,221,22); }
div.DivClassName
{
background-color: #AEDD16;
}
.BgClassName
{
background-color: #AEDD16;
}
</style>
border-color css
<style>
span { border-color: #AEDD16; }
span { border-color: rgb(174,221,22); }
td.TdClassName
{
border-color: #AEDD16;
}
.TagClassName
{
border-color: #AEDD16;
}
</style>