Shades of Inch Worm #ADE00D
Tints of Inch Worm #ADE00D
RGB
CMYK
RGB Variations
Color information
#ADE00D (or 0xADE00D) is known color: Inch Worm. HEX triplet: AD, E0 and 0D. RGB value is (173,224,13). Sum of RGB (Red+Green+Blue) = 173+224+13=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 224 (87.89% from 255 or 54.63% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADE00D is #521FF2. Grayscale: #B9B9B9. Windows color (decimal): -5382131 or 909485. OLE color: 909485.
HSL color Cylindrical-coordinate representation of color #ADE00D: hue angle of 74.5º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADE00D is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 13 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.12 |
| HSL | 74.5º | 0.89% | 0.46% | - |
| HSV(B) | 74.5º | 0.94% | 0.88% | - |
| XYZ | 43.96 | 62.22 | 10.07 | - |
| YUV | 184.7 | 31.1 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 13 | 0.23 | 0 | 0.94 | 0.12 | 74.5 | 0.89 | 0.46 |
| Hex | AD | E0 | D | 17 | 0 | 5E | C | 4B | 59 | 2E |
| Octal | 255 | 340 | 15 | 27 | 0 | 136 | 14 | 113 | 131 | 56 |
| Binary | 10101101 | 11100000 | 1101 | 10111 | 0 | 1011110 | 1100 | 1001011 | 1011001 | 101110 |
Color Harmonies of #ADE00D
Complementary color
Monochromatic Colors of #ADE00D
Black with #ADE00D
Text Example
Text Example
White with #ADE00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE00D; }
p { color: rgb(173,224,13); }
H1.HeaderClassName
{
color: #ADE00D;
}
.AnyTagClassName
{
color: #ADE00D;
}
</style>
background-color css
<style>
a { background-color: #ADE00D; }
a { background-color: rgb(173,224,13); }
div.DivClassName
{
background-color: #ADE00D;
}
.BgClassName
{
background-color: #ADE00D;
}
</style>
border-color css
<style>
span { border-color: #ADE00D; }
span { border-color: rgb(173,224,13); }
td.TdClassName
{
border-color: #ADE00D;
}
.TagClassName
{
border-color: #ADE00D;
}
</style>