Shades of Inch Worm #AADC24
Tints of Inch Worm #AADC24
RGB
CMYK
RGB Variations
Color information
#AADC24 (or 0xAADC24) is known color: Inch Worm. HEX triplet: AA, DC and 24. RGB value is (170,220,36). Sum of RGB (Red+Green+Blue) = 170+220+36=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 36 (14.45% from 255 or 8.45% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC24 is #5523DB. Grayscale: #B8B8B8. Windows color (decimal): -5579740 or 2415786. OLE color: 2415786.
HSL color Cylindrical-coordinate representation of color #AADC24: hue angle of 76.3º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AADC24 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 36 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.14 |
| HSL | 76.3º | 0.72% | 0.5% | - |
| HSV(B) | 76.3º | 0.84% | 0.86% | - |
| XYZ | 42.49 | 59.86 | 10.98 | - |
| YUV | 184.07 | 44.44 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 36 | 0.23 | 0 | 0.84 | 0.14 | 76.3 | 0.72 | 0.5 |
| Hex | AA | DC | 24 | 17 | 0 | 54 | E | 4C | 48 | 32 |
| Octal | 252 | 334 | 44 | 27 | 0 | 124 | 16 | 114 | 110 | 62 |
| Binary | 10101010 | 11011100 | 100100 | 10111 | 0 | 1010100 | 1110 | 1001100 | 1001000 | 110010 |
Color Harmonies of #AADC24
Complementary color
Monochromatic Colors of #AADC24
Black with #AADC24
Text Example
Text Example
White with #AADC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC24; }
p { color: rgb(170,220,36); }
H1.HeaderClassName
{
color: #AADC24;
}
.AnyTagClassName
{
color: #AADC24;
}
</style>
background-color css
<style>
a { background-color: #AADC24; }
a { background-color: rgb(170,220,36); }
div.DivClassName
{
background-color: #AADC24;
}
.BgClassName
{
background-color: #AADC24;
}
</style>
border-color css
<style>
span { border-color: #AADC24; }
span { border-color: rgb(170,220,36); }
td.TdClassName
{
border-color: #AADC24;
}
.TagClassName
{
border-color: #AADC24;
}
</style>