Shades of Inch Worm #ADE020
Tints of Inch Worm #ADE020
RGB
CMYK
RGB Variations
Color information
#ADE020 (or 0xADE020) is known color: Inch Worm. HEX triplet: AD, E0 and 20. RGB value is (173,224,32). Sum of RGB (Red+Green+Blue) = 173+224+32=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 224 (87.89% from 255 or 52.21% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE020 is #521FDF. Grayscale: #BBBBBB. Windows color (decimal): -5382112 or 2154669. OLE color: 2154669.
HSL color Cylindrical-coordinate representation of color #ADE020: hue angle of 75.94º 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 #ADE020 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 32 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.12 |
| HSL | 75.94º | 0.76% | 0.5% | - |
| HSV(B) | 75.94º | 0.86% | 0.88% | - |
| XYZ | 44.15 | 62.3 | 11.06 | - |
| YUV | 186.86 | 40.6 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 32 | 0.23 | 0 | 0.86 | 0.12 | 75.94 | 0.76 | 0.5 |
| Hex | AD | E0 | 20 | 17 | 0 | 56 | C | 4C | 4C | 32 |
| Octal | 255 | 340 | 40 | 27 | 0 | 126 | 14 | 114 | 114 | 62 |
| Binary | 10101101 | 11100000 | 100000 | 10111 | 0 | 1010110 | 1100 | 1001100 | 1001100 | 110010 |
Color Harmonies of #ADE020
Complementary color
Monochromatic Colors of #ADE020
Black with #ADE020
Text Example
Text Example
White with #ADE020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE020; }
p { color: rgb(173,224,32); }
H1.HeaderClassName
{
color: #ADE020;
}
.AnyTagClassName
{
color: #ADE020;
}
</style>
background-color css
<style>
a { background-color: #ADE020; }
a { background-color: rgb(173,224,32); }
div.DivClassName
{
background-color: #ADE020;
}
.BgClassName
{
background-color: #ADE020;
}
</style>
border-color css
<style>
span { border-color: #ADE020; }
span { border-color: rgb(173,224,32); }
td.TdClassName
{
border-color: #ADE020;
}
.TagClassName
{
border-color: #ADE020;
}
</style>