Shades of Inch Worm #AADA0C
Tints of Inch Worm #AADA0C
RGB
CMYK
RGB Variations
Color information
#AADA0C (or 0xAADA0C) is known color: Inch Worm. HEX triplet: AA, DA and 0C. RGB value is (170,218,12). Sum of RGB (Red+Green+Blue) = 170+218+12=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 218 (85.55% from 255 or 54.5% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADA0C is #5525F3. Grayscale: #B4B4B4. Windows color (decimal): -5580276 or 842410. OLE color: 842410.
HSL color Cylindrical-coordinate representation of color #AADA0C: hue angle of 73.98º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AADA0C is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 218 | 12 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.15 |
| HSL | 73.98º | 0.9% | 0.45% | - |
| HSV(B) | 73.98º | 0.94% | 0.85% | - |
| XYZ | 41.72 | 58.72 | 9.48 | - |
| YUV | 180.16 | 33.1 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 12 | 0.22 | 0 | 0.94 | 0.15 | 73.98 | 0.9 | 0.45 |
| Hex | AA | DA | C | 16 | 0 | 5E | F | 4A | 5A | 2D |
| Octal | 252 | 332 | 14 | 26 | 0 | 136 | 17 | 112 | 132 | 55 |
| Binary | 10101010 | 11011010 | 1100 | 10110 | 0 | 1011110 | 1111 | 1001010 | 1011010 | 101101 |
Color Harmonies of #AADA0C
Complementary color
Monochromatic Colors of #AADA0C
Black with #AADA0C
Text Example
Text Example
White with #AADA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADA0C; }
p { color: rgb(170,218,12); }
H1.HeaderClassName
{
color: #AADA0C;
}
.AnyTagClassName
{
color: #AADA0C;
}
</style>
background-color css
<style>
a { background-color: #AADA0C; }
a { background-color: rgb(170,218,12); }
div.DivClassName
{
background-color: #AADA0C;
}
.BgClassName
{
background-color: #AADA0C;
}
</style>
border-color css
<style>
span { border-color: #AADA0C; }
span { border-color: rgb(170,218,12); }
td.TdClassName
{
border-color: #AADA0C;
}
.TagClassName
{
border-color: #AADA0C;
}
</style>