Shades of Inch Worm #AADD1C
Tints of Inch Worm #AADD1C
RGB
CMYK
RGB Variations
Color information
#AADD1C (or 0xAADD1C) is known color: Inch Worm. HEX triplet: AA, DD and 1C. RGB value is (170,221,28). Sum of RGB (Red+Green+Blue) = 170+221+28=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 28 (11.33% from 255 or 6.68% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADD1C is #5522E3. Grayscale: #B8B8B8. Windows color (decimal): -5579492 or 1891754. OLE color: 1891754.
HSL color Cylindrical-coordinate representation of color #AADD1C: hue angle of 75.85º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AADD1C is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 28 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.13 |
| HSL | 75.85º | 0.78% | 0.49% | - |
| HSV(B) | 75.85º | 0.87% | 0.87% | - |
| XYZ | 42.64 | 60.34 | 10.5 | - |
| YUV | 183.75 | 40.1 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 28 | 0.23 | 0 | 0.87 | 0.13 | 75.85 | 0.78 | 0.49 |
| Hex | AA | DD | 1C | 17 | 0 | 57 | D | 4C | 4E | 31 |
| Octal | 252 | 335 | 34 | 27 | 0 | 127 | 15 | 114 | 116 | 61 |
| Binary | 10101010 | 11011101 | 11100 | 10111 | 0 | 1010111 | 1101 | 1001100 | 1001110 | 110001 |
Color Harmonies of #AADD1C
Complementary color
Monochromatic Colors of #AADD1C
Black with #AADD1C
Text Example
Text Example
White with #AADD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADD1C; }
p { color: rgb(170,221,28); }
H1.HeaderClassName
{
color: #AADD1C;
}
.AnyTagClassName
{
color: #AADD1C;
}
</style>
background-color css
<style>
a { background-color: #AADD1C; }
a { background-color: rgb(170,221,28); }
div.DivClassName
{
background-color: #AADD1C;
}
.BgClassName
{
background-color: #AADD1C;
}
</style>
border-color css
<style>
span { border-color: #AADD1C; }
span { border-color: rgb(170,221,28); }
td.TdClassName
{
border-color: #AADD1C;
}
.TagClassName
{
border-color: #AADD1C;
}
</style>