Shades of Inch Worm #ADE120
Tints of Inch Worm #ADE120
RGB
CMYK
RGB Variations
Color information
#ADE120 (or 0xADE120) is known color: Inch Worm. HEX triplet: AD, E1 and 20. RGB value is (173,225,32). Sum of RGB (Red+Green+Blue) = 173+225+32=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 225 (88.28% from 255 or 52.33% from 430); Blue value is 32 (12.89% from 255 or 7.44% from 430); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE120 is #521EDF. Grayscale: #BCBCBC. Windows color (decimal): -5381856 or 2154925. OLE color: 2154925.
HSL color Cylindrical-coordinate representation of color #ADE120: hue angle of 76.17º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADE120 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 32 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.12 |
| HSL | 76.17º | 0.76% | 0.5% | - |
| HSV(B) | 76.17º | 0.86% | 0.88% | - |
| XYZ | 44.42 | 62.84 | 11.15 | - |
| YUV | 187.45 | 40.27 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 32 | 0.23 | 0 | 0.86 | 0.12 | 76.17 | 0.76 | 0.5 |
| Hex | AD | E1 | 20 | 17 | 0 | 56 | C | 4C | 4C | 32 |
| Octal | 255 | 341 | 40 | 27 | 0 | 126 | 14 | 114 | 114 | 62 |
| Binary | 10101101 | 11100001 | 100000 | 10111 | 0 | 1010110 | 1100 | 1001100 | 1001100 | 110010 |
Color Harmonies of #ADE120
Complementary color
Monochromatic Colors of #ADE120
Black with #ADE120
Text Example
Text Example
White with #ADE120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE120; }
p { color: rgb(173,225,32); }
H1.HeaderClassName
{
color: #ADE120;
}
.AnyTagClassName
{
color: #ADE120;
}
</style>
background-color css
<style>
a { background-color: #ADE120; }
a { background-color: rgb(173,225,32); }
div.DivClassName
{
background-color: #ADE120;
}
.BgClassName
{
background-color: #ADE120;
}
</style>
border-color css
<style>
span { border-color: #ADE120; }
span { border-color: rgb(173,225,32); }
td.TdClassName
{
border-color: #ADE120;
}
.TagClassName
{
border-color: #ADE120;
}
</style>