Shades of Inch Worm #9EDA12
Tints of Inch Worm #9EDA12
RGB
CMYK
RGB Variations
Color information
#9EDA12 (or 0x9EDA12) is known color: Inch Worm. HEX triplet: 9E, DA and 12. RGB value is (158,218,18). Sum of RGB (Red+Green+Blue) = 158+218+18=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 218 (85.55% from 255 or 55.33% from 394); Blue value is 18 (7.42% from 255 or 4.57% from 394); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDA12 is #6125ED. Grayscale: #B2B2B2. Windows color (decimal): -6366702 or 1235614. OLE color: 1235614.
HSL color Cylindrical-coordinate representation of color #9EDA12: hue angle of 78º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9EDA12 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 218 | 18 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.15 |
| HSL | 78º | 0.85% | 0.46% | - |
| HSV(B) | 78º | 0.92% | 0.85% | - |
| XYZ | 39.28 | 57.46 | 9.59 | - |
| YUV | 177.26 | 38.12 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 218 | 18 | 0.28 | 0 | 0.92 | 0.15 | 78 | 0.85 | 0.46 |
| Hex | 9E | DA | 12 | 1C | 0 | 5C | F | 4E | 55 | 2E |
| Octal | 236 | 332 | 22 | 34 | 0 | 134 | 17 | 116 | 125 | 56 |
| Binary | 10011110 | 11011010 | 10010 | 11100 | 0 | 1011100 | 1111 | 1001110 | 1010101 | 101110 |
Color Harmonies of #9EDA12
Complementary color
Monochromatic Colors of #9EDA12
Black with #9EDA12
Text Example
Text Example
White with #9EDA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDA12; }
p { color: rgb(158,218,18); }
H1.HeaderClassName
{
color: #9EDA12;
}
.AnyTagClassName
{
color: #9EDA12;
}
</style>
background-color css
<style>
a { background-color: #9EDA12; }
a { background-color: rgb(158,218,18); }
div.DivClassName
{
background-color: #9EDA12;
}
.BgClassName
{
background-color: #9EDA12;
}
</style>
border-color css
<style>
span { border-color: #9EDA12; }
span { border-color: rgb(158,218,18); }
td.TdClassName
{
border-color: #9EDA12;
}
.TagClassName
{
border-color: #9EDA12;
}
</style>