Shades of Inch Worm #AADB0C
Tints of Inch Worm #AADB0C
RGB
CMYK
RGB Variations
Color information
#AADB0C (or 0xAADB0C) is known color: Inch Worm. HEX triplet: AA, DB and 0C. RGB value is (170,219,12). Sum of RGB (Red+Green+Blue) = 170+219+12=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 219 (85.94% from 255 or 54.61% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADB0C is #5524F3. Grayscale: #B5B5B5. Windows color (decimal): -5580020 or 842666. OLE color: 842666.
HSL color Cylindrical-coordinate representation of color #AADB0C: hue angle of 74.2º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AADB0C is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 12 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.14 |
| HSL | 74.2º | 0.9% | 0.45% | - |
| HSV(B) | 74.2º | 0.95% | 0.86% | - |
| XYZ | 41.98 | 59.24 | 9.57 | - |
| YUV | 180.75 | 32.77 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 12 | 0.22 | 0 | 0.95 | 0.14 | 74.2 | 0.9 | 0.45 |
| Hex | AA | DB | C | 16 | 0 | 5F | E | 4A | 5A | 2D |
| Octal | 252 | 333 | 14 | 26 | 0 | 137 | 16 | 112 | 132 | 55 |
| Binary | 10101010 | 11011011 | 1100 | 10110 | 0 | 1011111 | 1110 | 1001010 | 1011010 | 101101 |
Color Harmonies of #AADB0C
Complementary color
Monochromatic Colors of #AADB0C
Black with #AADB0C
Text Example
Text Example
White with #AADB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADB0C; }
p { color: rgb(170,219,12); }
H1.HeaderClassName
{
color: #AADB0C;
}
.AnyTagClassName
{
color: #AADB0C;
}
</style>
background-color css
<style>
a { background-color: #AADB0C; }
a { background-color: rgb(170,219,12); }
div.DivClassName
{
background-color: #AADB0C;
}
.BgClassName
{
background-color: #AADB0C;
}
</style>
border-color css
<style>
span { border-color: #AADB0C; }
span { border-color: rgb(170,219,12); }
td.TdClassName
{
border-color: #AADB0C;
}
.TagClassName
{
border-color: #AADB0C;
}
</style>