Shades of Inch Worm #ADE512
Tints of Inch Worm #ADE512
RGB
CMYK
RGB Variations
Color information
#ADE512 (or 0xADE512) is known color: Inch Worm. HEX triplet: AD, E5 and 12. RGB value is (173,229,18). Sum of RGB (Red+Green+Blue) = 173+229+18=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 229 (89.84% from 255 or 54.52% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADE512 is #521AED. Grayscale: #BCBCBC. Windows color (decimal): -5380846 or 1238445. OLE color: 1238445.
HSL color Cylindrical-coordinate representation of color #ADE512: hue angle of 75.92º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADE512 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 18 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.10 |
| HSL | 75.92º | 0.85% | 0.48% | - |
| HSV(B) | 75.92º | 0.92% | 0.9% | - |
| XYZ | 45.36 | 64.97 | 10.72 | - |
| YUV | 188.2 | 31.95 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 18 | 0.24 | 0 | 0.92 | 0.10 | 75.92 | 0.85 | 0.48 |
| Hex | AD | E5 | 12 | 18 | 0 | 5C | A | 4C | 55 | 30 |
| Octal | 255 | 345 | 22 | 30 | 0 | 134 | 12 | 114 | 125 | 60 |
| Binary | 10101101 | 11100101 | 10010 | 11000 | 0 | 1011100 | 1010 | 1001100 | 1010101 | 110000 |
Color Harmonies of #ADE512
Complementary color
Monochromatic Colors of #ADE512
Black with #ADE512
Text Example
Text Example
White with #ADE512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE512; }
p { color: rgb(173,229,18); }
H1.HeaderClassName
{
color: #ADE512;
}
.AnyTagClassName
{
color: #ADE512;
}
</style>
background-color css
<style>
a { background-color: #ADE512; }
a { background-color: rgb(173,229,18); }
div.DivClassName
{
background-color: #ADE512;
}
.BgClassName
{
background-color: #ADE512;
}
</style>
border-color css
<style>
span { border-color: #ADE512; }
span { border-color: rgb(173,229,18); }
td.TdClassName
{
border-color: #ADE512;
}
.TagClassName
{
border-color: #ADE512;
}
</style>