Shades of Inch Worm #AEDB13
Tints of Inch Worm #AEDB13
RGB
CMYK
RGB Variations
Color information
#AEDB13 (or 0xAEDB13) is known color: Inch Worm. HEX triplet: AE, DB and 13. RGB value is (174,219,19). Sum of RGB (Red+Green+Blue) = 174+219+19=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 219 (85.94% from 255 or 53.16% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDB13 is #5124EC. Grayscale: #B7B7B7. Windows color (decimal): -5317869 or 1301422. OLE color: 1301422.
HSL color Cylindrical-coordinate representation of color #AEDB13: hue angle of 73.5º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEDB13 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 19 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.14 |
| HSL | 73.5º | 0.84% | 0.47% | - |
| HSV(B) | 73.5º | 0.91% | 0.86% | - |
| XYZ | 42.9 | 59.71 | 9.88 | - |
| YUV | 182.75 | 35.59 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 19 | 0.21 | 0 | 0.91 | 0.14 | 73.5 | 0.84 | 0.47 |
| Hex | AE | DB | 13 | 15 | 0 | 5B | E | 4A | 54 | 2F |
| Octal | 256 | 333 | 23 | 25 | 0 | 133 | 16 | 112 | 124 | 57 |
| Binary | 10101110 | 11011011 | 10011 | 10101 | 0 | 1011011 | 1110 | 1001010 | 1010100 | 101111 |
Color Harmonies of #AEDB13
Complementary color
Monochromatic Colors of #AEDB13
Black with #AEDB13
Text Example
Text Example
White with #AEDB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB13; }
p { color: rgb(174,219,19); }
H1.HeaderClassName
{
color: #AEDB13;
}
.AnyTagClassName
{
color: #AEDB13;
}
</style>
background-color css
<style>
a { background-color: #AEDB13; }
a { background-color: rgb(174,219,19); }
div.DivClassName
{
background-color: #AEDB13;
}
.BgClassName
{
background-color: #AEDB13;
}
</style>
border-color css
<style>
span { border-color: #AEDB13; }
span { border-color: rgb(174,219,19); }
td.TdClassName
{
border-color: #AEDB13;
}
.TagClassName
{
border-color: #AEDB13;
}
</style>