Shades of Inch Worm #AEDB0D
Tints of Inch Worm #AEDB0D
RGB
CMYK
RGB Variations
Color information
#AEDB0D (or 0xAEDB0D) is known color: Inch Worm. HEX triplet: AE, DB and 0D. RGB value is (174,219,13). Sum of RGB (Red+Green+Blue) = 174+219+13=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 219 (85.94% from 255 or 53.94% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDB0D is #5124F2. Grayscale: #B6B6B6. Windows color (decimal): -5317875 or 908206. OLE color: 908206.
HSL color Cylindrical-coordinate representation of color #AEDB0D: hue angle of 73.11º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEDB0D is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 13 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.14 |
| HSL | 73.11º | 0.89% | 0.45% | - |
| HSV(B) | 73.11º | 0.94% | 0.86% | - |
| XYZ | 42.86 | 59.69 | 9.64 | - |
| YUV | 182.06 | 32.59 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 13 | 0.21 | 0 | 0.94 | 0.14 | 73.11 | 0.89 | 0.45 |
| Hex | AE | DB | D | 15 | 0 | 5E | E | 49 | 59 | 2D |
| Octal | 256 | 333 | 15 | 25 | 0 | 136 | 16 | 111 | 131 | 55 |
| Binary | 10101110 | 11011011 | 1101 | 10101 | 0 | 1011110 | 1110 | 1001001 | 1011001 | 101101 |
Color Harmonies of #AEDB0D
Complementary color
Monochromatic Colors of #AEDB0D
Black with #AEDB0D
Text Example
Text Example
White with #AEDB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB0D; }
p { color: rgb(174,219,13); }
H1.HeaderClassName
{
color: #AEDB0D;
}
.AnyTagClassName
{
color: #AEDB0D;
}
</style>
background-color css
<style>
a { background-color: #AEDB0D; }
a { background-color: rgb(174,219,13); }
div.DivClassName
{
background-color: #AEDB0D;
}
.BgClassName
{
background-color: #AEDB0D;
}
</style>
border-color css
<style>
span { border-color: #AEDB0D; }
span { border-color: rgb(174,219,13); }
td.TdClassName
{
border-color: #AEDB0D;
}
.TagClassName
{
border-color: #AEDB0D;
}
</style>