Shades of Inch Worm #AEDF0E
Tints of Inch Worm #AEDF0E
RGB
CMYK
RGB Variations
Color information
#AEDF0E (or 0xAEDF0E) is known color: Inch Worm. HEX triplet: AE, DF and 0E. RGB value is (174,223,14). Sum of RGB (Red+Green+Blue) = 174+223+14=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 223 (87.5% from 255 or 54.26% from 411); Blue value is 14 (5.86% from 255 or 3.41% from 411); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDF0E is #5120F1. Grayscale: #B9B9B9. Windows color (decimal): -5316850 or 974766. OLE color: 974766.
HSL color Cylindrical-coordinate representation of color #AEDF0E: hue angle of 74.07º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEDF0E is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 14 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.13 |
| HSL | 74.07º | 0.88% | 0.46% | - |
| HSV(B) | 74.07º | 0.94% | 0.87% | - |
| XYZ | 43.92 | 61.81 | 10.03 | - |
| YUV | 184.52 | 31.77 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 14 | 0.22 | 0 | 0.94 | 0.13 | 74.07 | 0.88 | 0.46 |
| Hex | AE | DF | E | 16 | 0 | 5E | D | 4A | 58 | 2E |
| Octal | 256 | 337 | 16 | 26 | 0 | 136 | 15 | 112 | 130 | 56 |
| Binary | 10101110 | 11011111 | 1110 | 10110 | 0 | 1011110 | 1101 | 1001010 | 1011000 | 101110 |
Color Harmonies of #AEDF0E
Complementary color
Monochromatic Colors of #AEDF0E
Black with #AEDF0E
Text Example
Text Example
White with #AEDF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDF0E; }
p { color: rgb(174,223,14); }
H1.HeaderClassName
{
color: #AEDF0E;
}
.AnyTagClassName
{
color: #AEDF0E;
}
</style>
background-color css
<style>
a { background-color: #AEDF0E; }
a { background-color: rgb(174,223,14); }
div.DivClassName
{
background-color: #AEDF0E;
}
.BgClassName
{
background-color: #AEDF0E;
}
</style>
border-color css
<style>
span { border-color: #AEDF0E; }
span { border-color: rgb(174,223,14); }
td.TdClassName
{
border-color: #AEDF0E;
}
.TagClassName
{
border-color: #AEDF0E;
}
</style>