Shades of Inch Worm #ADE312
Tints of Inch Worm #ADE312
RGB
CMYK
RGB Variations
Color information
#ADE312 (or 0xADE312) is known color: Inch Worm. HEX triplet: AD, E3 and 12. RGB value is (173,227,18). Sum of RGB (Red+Green+Blue) = 173+227+18=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 227 (89.06% from 255 or 54.31% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADE312 is #521CED. Grayscale: #BBBBBB. Windows color (decimal): -5381358 or 1237933. OLE color: 1237933.
HSL color Cylindrical-coordinate representation of color #ADE312: hue angle of 75.5º 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 #ADE312 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 18 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.11 |
| HSL | 75.5º | 0.85% | 0.48% | - |
| HSV(B) | 75.5º | 0.92% | 0.89% | - |
| XYZ | 44.81 | 63.87 | 10.54 | - |
| YUV | 187.03 | 32.61 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 18 | 0.24 | 0 | 0.92 | 0.11 | 75.5 | 0.85 | 0.48 |
| Hex | AD | E3 | 12 | 18 | 0 | 5C | B | 4C | 55 | 30 |
| Octal | 255 | 343 | 22 | 30 | 0 | 134 | 13 | 114 | 125 | 60 |
| Binary | 10101101 | 11100011 | 10010 | 11000 | 0 | 1011100 | 1011 | 1001100 | 1010101 | 110000 |
Color Harmonies of #ADE312
Complementary color
Monochromatic Colors of #ADE312
Black with #ADE312
Text Example
Text Example
White with #ADE312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE312; }
p { color: rgb(173,227,18); }
H1.HeaderClassName
{
color: #ADE312;
}
.AnyTagClassName
{
color: #ADE312;
}
</style>
background-color css
<style>
a { background-color: #ADE312; }
a { background-color: rgb(173,227,18); }
div.DivClassName
{
background-color: #ADE312;
}
.BgClassName
{
background-color: #ADE312;
}
</style>
border-color css
<style>
span { border-color: #ADE312; }
span { border-color: rgb(173,227,18); }
td.TdClassName
{
border-color: #ADE312;
}
.TagClassName
{
border-color: #ADE312;
}
</style>