Shades of Inch Worm #AADC23
Tints of Inch Worm #AADC23
RGB
CMYK
RGB Variations
Color information
#AADC23 (or 0xAADC23) is known color: Inch Worm. HEX triplet: AA, DC and 23. RGB value is (170,220,35). Sum of RGB (Red+Green+Blue) = 170+220+35=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 220 (86.33% from 255 or 51.76% from 425); Blue value is 35 (14.06% from 255 or 8.24% from 425); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC23 is #5523DC. Grayscale: #B8B8B8. Windows color (decimal): -5579741 or 2350250. OLE color: 2350250.
HSL color Cylindrical-coordinate representation of color #AADC23: hue angle of 76.22º degrees, saturation: 0.73, 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 #AADC23 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 35 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.14 |
| HSL | 76.22º | 0.73% | 0.5% | - |
| HSV(B) | 76.22º | 0.84% | 0.86% | - |
| XYZ | 42.47 | 59.85 | 10.9 | - |
| YUV | 183.96 | 43.94 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 35 | 0.23 | 0 | 0.84 | 0.14 | 76.22 | 0.73 | 0.5 |
| Hex | AA | DC | 23 | 17 | 0 | 54 | E | 4C | 49 | 32 |
| Octal | 252 | 334 | 43 | 27 | 0 | 124 | 16 | 114 | 111 | 62 |
| Binary | 10101010 | 11011100 | 100011 | 10111 | 0 | 1010100 | 1110 | 1001100 | 1001001 | 110010 |
Color Harmonies of #AADC23
Complementary color
Monochromatic Colors of #AADC23
Black with #AADC23
Text Example
Text Example
White with #AADC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC23; }
p { color: rgb(170,220,35); }
H1.HeaderClassName
{
color: #AADC23;
}
.AnyTagClassName
{
color: #AADC23;
}
</style>
background-color css
<style>
a { background-color: #AADC23; }
a { background-color: rgb(170,220,35); }
div.DivClassName
{
background-color: #AADC23;
}
.BgClassName
{
background-color: #AADC23;
}
</style>
border-color css
<style>
span { border-color: #AADC23; }
span { border-color: rgb(170,220,35); }
td.TdClassName
{
border-color: #AADC23;
}
.TagClassName
{
border-color: #AADC23;
}
</style>