Shades of Inch Worm #AADB18
Tints of Inch Worm #AADB18
RGB
CMYK
RGB Variations
Color information
#AADB18 (or 0xAADB18) is known color: Inch Worm. HEX triplet: AA, DB and 18. RGB value is (170,219,24). Sum of RGB (Red+Green+Blue) = 170+219+24=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 219 (85.94% from 255 or 53.03% from 413); Blue value is 24 (9.77% from 255 or 5.81% from 413); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADB18 is #5524E7. Grayscale: #B6B6B6. Windows color (decimal): -5580008 or 1629098. OLE color: 1629098.
HSL color Cylindrical-coordinate representation of color #AADB18: hue angle of 75.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AADB18 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 24 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.14 |
| HSL | 75.08º | 0.8% | 0.48% | - |
| HSV(B) | 75.08º | 0.89% | 0.86% | - |
| XYZ | 42.07 | 59.28 | 10.09 | - |
| YUV | 182.12 | 38.77 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 24 | 0.22 | 0 | 0.89 | 0.14 | 75.08 | 0.8 | 0.48 |
| Hex | AA | DB | 18 | 16 | 0 | 59 | E | 4B | 50 | 30 |
| Octal | 252 | 333 | 30 | 26 | 0 | 131 | 16 | 113 | 120 | 60 |
| Binary | 10101010 | 11011011 | 11000 | 10110 | 0 | 1011001 | 1110 | 1001011 | 1010000 | 110000 |
Color Harmonies of #AADB18
Complementary color
Monochromatic Colors of #AADB18
Black with #AADB18
Text Example
Text Example
White with #AADB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADB18; }
p { color: rgb(170,219,24); }
H1.HeaderClassName
{
color: #AADB18;
}
.AnyTagClassName
{
color: #AADB18;
}
</style>
background-color css
<style>
a { background-color: #AADB18; }
a { background-color: rgb(170,219,24); }
div.DivClassName
{
background-color: #AADB18;
}
.BgClassName
{
background-color: #AADB18;
}
</style>
border-color css
<style>
span { border-color: #AADB18; }
span { border-color: rgb(170,219,24); }
td.TdClassName
{
border-color: #AADB18;
}
.TagClassName
{
border-color: #AADB18;
}
</style>