Shades of Inch Worm #AADB14
Tints of Inch Worm #AADB14
RGB
CMYK
RGB Variations
Color information
#AADB14 (or 0xAADB14) is known color: Inch Worm. HEX triplet: AA, DB and 14. RGB value is (170,219,20). Sum of RGB (Red+Green+Blue) = 170+219+20=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 219 (85.94% from 255 or 53.55% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADB14 is #5524EB. Grayscale: #B6B6B6. Windows color (decimal): -5580012 or 1366954. OLE color: 1366954.
HSL color Cylindrical-coordinate representation of color #AADB14: hue angle of 74.77º degrees, saturation: 0.83, 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 #AADB14 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 20 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.14 |
| HSL | 74.77º | 0.83% | 0.47% | - |
| HSV(B) | 74.77º | 0.91% | 0.86% | - |
| XYZ | 42.04 | 59.26 | 9.88 | - |
| YUV | 181.66 | 36.77 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 20 | 0.22 | 0 | 0.91 | 0.14 | 74.77 | 0.83 | 0.47 |
| Hex | AA | DB | 14 | 16 | 0 | 5B | E | 4B | 53 | 2F |
| Octal | 252 | 333 | 24 | 26 | 0 | 133 | 16 | 113 | 123 | 57 |
| Binary | 10101010 | 11011011 | 10100 | 10110 | 0 | 1011011 | 1110 | 1001011 | 1010011 | 101111 |
Color Harmonies of #AADB14
Complementary color
Monochromatic Colors of #AADB14
Black with #AADB14
Text Example
Text Example
White with #AADB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADB14; }
p { color: rgb(170,219,20); }
H1.HeaderClassName
{
color: #AADB14;
}
.AnyTagClassName
{
color: #AADB14;
}
</style>
background-color css
<style>
a { background-color: #AADB14; }
a { background-color: rgb(170,219,20); }
div.DivClassName
{
background-color: #AADB14;
}
.BgClassName
{
background-color: #AADB14;
}
</style>
border-color css
<style>
span { border-color: #AADB14; }
span { border-color: rgb(170,219,20); }
td.TdClassName
{
border-color: #AADB14;
}
.TagClassName
{
border-color: #AADB14;
}
</style>