Shades of Inch Worm #AEDA16
Tints of Inch Worm #AEDA16
RGB
CMYK
RGB Variations
Color information
#AEDA16 (or 0xAEDA16) is known color: Inch Worm. HEX triplet: AE, DA and 16. RGB value is (174,218,22). Sum of RGB (Red+Green+Blue) = 174+218+22=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 218 (85.55% from 255 or 52.66% from 414); Blue value is 22 (8.98% from 255 or 5.31% from 414); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDA16 is #5125E9. Grayscale: #B7B7B7. Windows color (decimal): -5318122 or 1497774. OLE color: 1497774.
HSL color Cylindrical-coordinate representation of color #AEDA16: hue angle of 73.47º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEDA16 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 22 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.15 |
| HSL | 73.47º | 0.82% | 0.47% | - |
| HSV(B) | 73.47º | 0.9% | 0.85% | - |
| XYZ | 42.67 | 59.2 | 9.94 | - |
| YUV | 182.5 | 37.42 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 22 | 0.20 | 0 | 0.90 | 0.15 | 73.47 | 0.82 | 0.47 |
| Hex | AE | DA | 16 | 14 | 0 | 5A | F | 49 | 52 | 2F |
| Octal | 256 | 332 | 26 | 24 | 0 | 132 | 17 | 111 | 122 | 57 |
| Binary | 10101110 | 11011010 | 10110 | 10100 | 0 | 1011010 | 1111 | 1001001 | 1010010 | 101111 |
Color Harmonies of #AEDA16
Complementary color
Monochromatic Colors of #AEDA16
Black with #AEDA16
Text Example
Text Example
White with #AEDA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDA16; }
p { color: rgb(174,218,22); }
H1.HeaderClassName
{
color: #AEDA16;
}
.AnyTagClassName
{
color: #AEDA16;
}
</style>
background-color css
<style>
a { background-color: #AEDA16; }
a { background-color: rgb(174,218,22); }
div.DivClassName
{
background-color: #AEDA16;
}
.BgClassName
{
background-color: #AEDA16;
}
</style>
border-color css
<style>
span { border-color: #AEDA16; }
span { border-color: rgb(174,218,22); }
td.TdClassName
{
border-color: #AEDA16;
}
.TagClassName
{
border-color: #AEDA16;
}
</style>