Shades of Inch Worm #AADC1C
Tints of Inch Worm #AADC1C
RGB
CMYK
RGB Variations
Color information
#AADC1C (or 0xAADC1C) is known color: Inch Worm. HEX triplet: AA, DC and 1C. RGB value is (170,220,28). Sum of RGB (Red+Green+Blue) = 170+220+28=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 28 (11.33% from 255 or 6.70% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC1C is #5523E3. Grayscale: #B7B7B7. Windows color (decimal): -5579748 or 1891498. OLE color: 1891498.
HSL color Cylindrical-coordinate representation of color #AADC1C: hue angle of 75.63º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AADC1C is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 28 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.14 |
| HSL | 75.63º | 0.77% | 0.49% | - |
| HSV(B) | 75.63º | 0.87% | 0.86% | - |
| XYZ | 42.38 | 59.82 | 10.41 | - |
| YUV | 183.16 | 40.44 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 28 | 0.23 | 0 | 0.87 | 0.14 | 75.63 | 0.77 | 0.49 |
| Hex | AA | DC | 1C | 17 | 0 | 57 | E | 4C | 4D | 31 |
| Octal | 252 | 334 | 34 | 27 | 0 | 127 | 16 | 114 | 115 | 61 |
| Binary | 10101010 | 11011100 | 11100 | 10111 | 0 | 1010111 | 1110 | 1001100 | 1001101 | 110001 |
Color Harmonies of #AADC1C
Complementary color
Monochromatic Colors of #AADC1C
Black with #AADC1C
Text Example
Text Example
White with #AADC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC1C; }
p { color: rgb(170,220,28); }
H1.HeaderClassName
{
color: #AADC1C;
}
.AnyTagClassName
{
color: #AADC1C;
}
</style>
background-color css
<style>
a { background-color: #AADC1C; }
a { background-color: rgb(170,220,28); }
div.DivClassName
{
background-color: #AADC1C;
}
.BgClassName
{
background-color: #AADC1C;
}
</style>
border-color css
<style>
span { border-color: #AADC1C; }
span { border-color: rgb(170,220,28); }
td.TdClassName
{
border-color: #AADC1C;
}
.TagClassName
{
border-color: #AADC1C;
}
</style>