Shades of Inch Worm #AADC04
Tints of Inch Worm #AADC04
RGB
CMYK
RGB Variations
Color information
#AADC04 (or 0xAADC04) is known color: Inch Worm. HEX triplet: AA, DC and 04. RGB value is (170,220,4). Sum of RGB (Red+Green+Blue) = 170+220+4=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 4 (1.95% from 255 or 1.02% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADC04 is #5523FB. Grayscale: #B5B5B5. Windows color (decimal): -5579772 or 318634. OLE color: 318634.
HSL color Cylindrical-coordinate representation of color #AADC04: hue angle of 73.89º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AADC04 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 4 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.14 |
| HSL | 73.89º | 0.96% | 0.44% | - |
| HSV(B) | 73.89º | 0.98% | 0.86% | - |
| XYZ | 42.19 | 59.74 | 9.42 | - |
| YUV | 180.43 | 28.44 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 4 | 0.23 | 0 | 0.98 | 0.14 | 73.89 | 0.96 | 0.44 |
| Hex | AA | DC | 4 | 17 | 0 | 62 | E | 4A | 60 | 2C |
| Octal | 252 | 334 | 4 | 27 | 0 | 142 | 16 | 112 | 140 | 54 |
| Binary | 10101010 | 11011100 | 100 | 10111 | 0 | 1100010 | 1110 | 1001010 | 1100000 | 101100 |
Color Harmonies of #AADC04
Complementary color
Monochromatic Colors of #AADC04
Black with #AADC04
Text Example
Text Example
White with #AADC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC04; }
p { color: rgb(170,220,4); }
H1.HeaderClassName
{
color: #AADC04;
}
.AnyTagClassName
{
color: #AADC04;
}
</style>
background-color css
<style>
a { background-color: #AADC04; }
a { background-color: rgb(170,220,4); }
div.DivClassName
{
background-color: #AADC04;
}
.BgClassName
{
background-color: #AADC04;
}
</style>
border-color css
<style>
span { border-color: #AADC04; }
span { border-color: rgb(170,220,4); }
td.TdClassName
{
border-color: #AADC04;
}
.TagClassName
{
border-color: #AADC04;
}
</style>