Shades of Inch Worm #AED90E
Tints of Inch Worm #AED90E
RGB
CMYK
RGB Variations
Color information
#AED90E (or 0xAED90E) is known color: Inch Worm. HEX triplet: AE, D9 and 0E. RGB value is (174,217,14). Sum of RGB (Red+Green+Blue) = 174+217+14=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 217 (85.16% from 255 or 53.58% from 405); Blue value is 14 (5.86% from 255 or 3.46% from 405); Max value from RGB is 217 - color contains mainly: green. Hex color #AED90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED90E is #5126F1. Grayscale: #B5B5B5. Windows color (decimal): -5318386 or 973230. OLE color: 973230.
HSL color Cylindrical-coordinate representation of color #AED90E: hue angle of 72.71º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AED90E is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 217 | 14 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.15 |
| HSL | 72.71º | 0.88% | 0.45% | - |
| HSV(B) | 72.71º | 0.94% | 0.85% | - |
| XYZ | 42.35 | 58.66 | 9.51 | - |
| YUV | 181 | 33.75 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 217 | 14 | 0.20 | 0 | 0.94 | 0.15 | 72.71 | 0.88 | 0.45 |
| Hex | AE | D9 | E | 14 | 0 | 5E | F | 49 | 58 | 2D |
| Octal | 256 | 331 | 16 | 24 | 0 | 136 | 17 | 111 | 130 | 55 |
| Binary | 10101110 | 11011001 | 1110 | 10100 | 0 | 1011110 | 1111 | 1001001 | 1011000 | 101101 |
Color Harmonies of #AED90E
Complementary color
Monochromatic Colors of #AED90E
Black with #AED90E
Text Example
Text Example
White with #AED90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED90E; }
p { color: rgb(174,217,14); }
H1.HeaderClassName
{
color: #AED90E;
}
.AnyTagClassName
{
color: #AED90E;
}
</style>
background-color css
<style>
a { background-color: #AED90E; }
a { background-color: rgb(174,217,14); }
div.DivClassName
{
background-color: #AED90E;
}
.BgClassName
{
background-color: #AED90E;
}
</style>
border-color css
<style>
span { border-color: #AED90E; }
span { border-color: rgb(174,217,14); }
td.TdClassName
{
border-color: #AED90E;
}
.TagClassName
{
border-color: #AED90E;
}
</style>