Shades of Inch Worm #9ED914
Tints of Inch Worm #9ED914
RGB
CMYK
RGB Variations
Color information
#9ED914 (or 0x9ED914) is known color: Inch Worm. HEX triplet: 9E, D9 and 14. RGB value is (158,217,20). Sum of RGB (Red+Green+Blue) = 158+217+20=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 217 (85.16% from 255 or 54.94% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ED914 is #6126EB. Grayscale: #B1B1B1. Windows color (decimal): -6366956 or 1366430. OLE color: 1366430.
HSL color Cylindrical-coordinate representation of color #9ED914: hue angle of 77.97º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9ED914 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 217 | 20 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.15 |
| HSL | 77.97º | 0.83% | 0.46% | - |
| HSV(B) | 77.97º | 0.91% | 0.85% | - |
| XYZ | 39.04 | 56.95 | 9.6 | - |
| YUV | 176.9 | 39.45 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 217 | 20 | 0.27 | 0 | 0.91 | 0.15 | 77.97 | 0.83 | 0.46 |
| Hex | 9E | D9 | 14 | 1B | 0 | 5B | F | 4E | 53 | 2E |
| Octal | 236 | 331 | 24 | 33 | 0 | 133 | 17 | 116 | 123 | 56 |
| Binary | 10011110 | 11011001 | 10100 | 11011 | 0 | 1011011 | 1111 | 1001110 | 1010011 | 101110 |
Color Harmonies of #9ED914
Complementary color
Monochromatic Colors of #9ED914
Black with #9ED914
Text Example
Text Example
White with #9ED914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED914; }
p { color: rgb(158,217,20); }
H1.HeaderClassName
{
color: #9ED914;
}
.AnyTagClassName
{
color: #9ED914;
}
</style>
background-color css
<style>
a { background-color: #9ED914; }
a { background-color: rgb(158,217,20); }
div.DivClassName
{
background-color: #9ED914;
}
.BgClassName
{
background-color: #9ED914;
}
</style>
border-color css
<style>
span { border-color: #9ED914; }
span { border-color: rgb(158,217,20); }
td.TdClassName
{
border-color: #9ED914;
}
.TagClassName
{
border-color: #9ED914;
}
</style>