Shades of Inch Worm #AADC08
Tints of Inch Worm #AADC08
RGB
CMYK
RGB Variations
Color information
#AADC08 (or 0xAADC08) is known color: Inch Worm. HEX triplet: AA, DC and 08. RGB value is (170,220,8). Sum of RGB (Red+Green+Blue) = 170+220+8=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 220 (86.33% from 255 or 55.28% from 398); Blue value is 8 (3.52% from 255 or 2.01% from 398); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADC08 is #5523F7. Grayscale: #B5B5B5. Windows color (decimal): -5579768 or 580778. OLE color: 580778.
HSL color Cylindrical-coordinate representation of color #AADC08: hue angle of 74.15º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AADC08 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 8 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.14 |
| HSL | 74.15º | 0.93% | 0.45% | - |
| HSV(B) | 74.15º | 0.96% | 0.86% | - |
| XYZ | 42.21 | 59.75 | 9.54 | - |
| YUV | 180.88 | 30.44 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 8 | 0.23 | 0 | 0.96 | 0.14 | 74.15 | 0.93 | 0.45 |
| Hex | AA | DC | 8 | 17 | 0 | 60 | E | 4A | 5D | 2D |
| Octal | 252 | 334 | 10 | 27 | 0 | 140 | 16 | 112 | 135 | 55 |
| Binary | 10101010 | 11011100 | 1000 | 10111 | 0 | 1100000 | 1110 | 1001010 | 1011101 | 101101 |
Color Harmonies of #AADC08
Complementary color
Monochromatic Colors of #AADC08
Black with #AADC08
Text Example
Text Example
White with #AADC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC08; }
p { color: rgb(170,220,8); }
H1.HeaderClassName
{
color: #AADC08;
}
.AnyTagClassName
{
color: #AADC08;
}
</style>
background-color css
<style>
a { background-color: #AADC08; }
a { background-color: rgb(170,220,8); }
div.DivClassName
{
background-color: #AADC08;
}
.BgClassName
{
background-color: #AADC08;
}
</style>
border-color css
<style>
span { border-color: #AADC08; }
span { border-color: rgb(170,220,8); }
td.TdClassName
{
border-color: #AADC08;
}
.TagClassName
{
border-color: #AADC08;
}
</style>