Shades of Inch Worm #AEEF0E
Tints of Inch Worm #AEEF0E
RGB
CMYK
RGB Variations
Color information
#AEEF0E (or 0xAEEF0E) is known color: Inch Worm. HEX triplet: AE, EF and 0E. RGB value is (174,239,14). Sum of RGB (Red+Green+Blue) = 174+239+14=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 239 (93.75% from 255 or 55.97% from 427); Blue value is 14 (5.86% from 255 or 3.28% from 427); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEF0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEEF0E is #5110F1. Grayscale: #C2C2C2. Windows color (decimal): -5312754 or 978862. OLE color: 978862.
HSL color Cylindrical-coordinate representation of color #AEEF0E: hue angle of 77.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEEF0E is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 239 | 14 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.06 |
| HSL | 77.33º | 0.89% | 0.5% | - |
| HSV(B) | 77.33º | 0.94% | 0.94% | - |
| XYZ | 48.4 | 70.76 | 11.52 | - |
| YUV | 193.92 | 26.47 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 239 | 14 | 0.27 | 0 | 0.94 | 0.06 | 77.33 | 0.89 | 0.5 |
| Hex | AE | EF | E | 1B | 0 | 5E | 6 | 4D | 59 | 32 |
| Octal | 256 | 357 | 16 | 33 | 0 | 136 | 6 | 115 | 131 | 62 |
| Binary | 10101110 | 11101111 | 1110 | 11011 | 0 | 1011110 | 110 | 1001101 | 1011001 | 110010 |
Color Harmonies of #AEEF0E
Complementary color
Monochromatic Colors of #AEEF0E
Black with #AEEF0E
Text Example
Text Example
White with #AEEF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEF0E; }
p { color: rgb(174,239,14); }
H1.HeaderClassName
{
color: #AEEF0E;
}
.AnyTagClassName
{
color: #AEEF0E;
}
</style>
background-color css
<style>
a { background-color: #AEEF0E; }
a { background-color: rgb(174,239,14); }
div.DivClassName
{
background-color: #AEEF0E;
}
.BgClassName
{
background-color: #AEEF0E;
}
</style>
border-color css
<style>
span { border-color: #AEEF0E; }
span { border-color: rgb(174,239,14); }
td.TdClassName
{
border-color: #AEEF0E;
}
.TagClassName
{
border-color: #AEEF0E;
}
</style>