Shades of Inch Worm #9EED14
Tints of Inch Worm #9EED14
RGB
CMYK
RGB Variations
Color information
#9EED14 (or 0x9EED14) is known color: Inch Worm. HEX triplet: 9E, ED and 14. RGB value is (158,237,20). Sum of RGB (Red+Green+Blue) = 158+237+20=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 237 (92.97% from 255 or 57.11% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 237 - color contains mainly: green. Hex color #9EED14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EED14 is #6112EB. Grayscale: #BDBDBD. Windows color (decimal): -6361836 or 1371550. OLE color: 1371550.
HSL color Cylindrical-coordinate representation of color #9EED14: hue angle of 81.84º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9EED14 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 237 | 20 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.07 |
| HSL | 81.84º | 0.86% | 0.5% | - |
| HSV(B) | 81.84º | 0.92% | 0.93% | - |
| XYZ | 44.51 | 67.89 | 11.42 | - |
| YUV | 188.64 | 32.83 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 237 | 20 | 0.33 | 0 | 0.92 | 0.07 | 81.84 | 0.86 | 0.5 |
| Hex | 9E | ED | 14 | 21 | 0 | 5C | 7 | 52 | 56 | 32 |
| Octal | 236 | 355 | 24 | 41 | 0 | 134 | 7 | 122 | 126 | 62 |
| Binary | 10011110 | 11101101 | 10100 | 100001 | 0 | 1011100 | 111 | 1010010 | 1010110 | 110010 |
Color Harmonies of #9EED14
Complementary color
Monochromatic Colors of #9EED14
Black with #9EED14
Text Example
Text Example
White with #9EED14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EED14; }
p { color: rgb(158,237,20); }
H1.HeaderClassName
{
color: #9EED14;
}
.AnyTagClassName
{
color: #9EED14;
}
</style>
background-color css
<style>
a { background-color: #9EED14; }
a { background-color: rgb(158,237,20); }
div.DivClassName
{
background-color: #9EED14;
}
.BgClassName
{
background-color: #9EED14;
}
</style>
border-color css
<style>
span { border-color: #9EED14; }
span { border-color: rgb(158,237,20); }
td.TdClassName
{
border-color: #9EED14;
}
.TagClassName
{
border-color: #9EED14;
}
</style>