Shades of Inch Worm #AADC21
Tints of Inch Worm #AADC21
RGB
CMYK
RGB Variations
Color information
#AADC21 (or 0xAADC21) is known color: Inch Worm. HEX triplet: AA, DC and 21. RGB value is (170,220,33). Sum of RGB (Red+Green+Blue) = 170+220+33=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 33 (13.28% from 255 or 7.80% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC21 is #5523DE. Grayscale: #B8B8B8. Windows color (decimal): -5579743 or 2219178. OLE color: 2219178.
HSL color Cylindrical-coordinate representation of color #AADC21: hue angle of 76.04º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AADC21 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 33 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.14 |
| HSL | 76.04º | 0.74% | 0.5% | - |
| HSV(B) | 76.04º | 0.85% | 0.86% | - |
| XYZ | 42.45 | 59.84 | 10.75 | - |
| YUV | 183.73 | 42.94 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 33 | 0.23 | 0 | 0.85 | 0.14 | 76.04 | 0.74 | 0.5 |
| Hex | AA | DC | 21 | 17 | 0 | 55 | E | 4C | 4A | 32 |
| Octal | 252 | 334 | 41 | 27 | 0 | 125 | 16 | 114 | 112 | 62 |
| Binary | 10101010 | 11011100 | 100001 | 10111 | 0 | 1010101 | 1110 | 1001100 | 1001010 | 110010 |
Color Harmonies of #AADC21
Complementary color
Monochromatic Colors of #AADC21
Black with #AADC21
Text Example
Text Example
White with #AADC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC21; }
p { color: rgb(170,220,33); }
H1.HeaderClassName
{
color: #AADC21;
}
.AnyTagClassName
{
color: #AADC21;
}
</style>
background-color css
<style>
a { background-color: #AADC21; }
a { background-color: rgb(170,220,33); }
div.DivClassName
{
background-color: #AADC21;
}
.BgClassName
{
background-color: #AADC21;
}
</style>
border-color css
<style>
span { border-color: #AADC21; }
span { border-color: rgb(170,220,33); }
td.TdClassName
{
border-color: #AADC21;
}
.TagClassName
{
border-color: #AADC21;
}
</style>