Shades of Inch Worm #ADE212
Tints of Inch Worm #ADE212
RGB
CMYK
RGB Variations
Color information
#ADE212 (or 0xADE212) is known color: Inch Worm. HEX triplet: AD, E2 and 12. RGB value is (173,226,18). Sum of RGB (Red+Green+Blue) = 173+226+18=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 226 (88.67% from 255 or 54.20% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADE212 is #521DED. Grayscale: #BBBBBB. Windows color (decimal): -5381614 or 1237677. OLE color: 1237677.
HSL color Cylindrical-coordinate representation of color #ADE212: hue angle of 75.29º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADE212 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 18 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.11 |
| HSL | 75.29º | 0.85% | 0.48% | - |
| HSV(B) | 75.29º | 0.92% | 0.89% | - |
| XYZ | 44.54 | 63.32 | 10.45 | - |
| YUV | 186.44 | 32.94 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 18 | 0.23 | 0 | 0.92 | 0.11 | 75.29 | 0.85 | 0.48 |
| Hex | AD | E2 | 12 | 17 | 0 | 5C | B | 4B | 55 | 30 |
| Octal | 255 | 342 | 22 | 27 | 0 | 134 | 13 | 113 | 125 | 60 |
| Binary | 10101101 | 11100010 | 10010 | 10111 | 0 | 1011100 | 1011 | 1001011 | 1010101 | 110000 |
Color Harmonies of #ADE212
Complementary color
Monochromatic Colors of #ADE212
Black with #ADE212
Text Example
Text Example
White with #ADE212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE212; }
p { color: rgb(173,226,18); }
H1.HeaderClassName
{
color: #ADE212;
}
.AnyTagClassName
{
color: #ADE212;
}
</style>
background-color css
<style>
a { background-color: #ADE212; }
a { background-color: rgb(173,226,18); }
div.DivClassName
{
background-color: #ADE212;
}
.BgClassName
{
background-color: #ADE212;
}
</style>
border-color css
<style>
span { border-color: #ADE212; }
span { border-color: rgb(173,226,18); }
td.TdClassName
{
border-color: #ADE212;
}
.TagClassName
{
border-color: #ADE212;
}
</style>