Shades of Inch Worm #9ED814
Tints of Inch Worm #9ED814
RGB
CMYK
RGB Variations
Color information
#9ED814 (or 0x9ED814) is known color: Inch Worm. HEX triplet: 9E, D8 and 14. RGB value is (158,216,20). Sum of RGB (Red+Green+Blue) = 158+216+20=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 216 (84.77% from 255 or 54.82% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ED814 is #6127EB. Grayscale: #B1B1B1. Windows color (decimal): -6367212 or 1366174. OLE color: 1366174.
HSL color Cylindrical-coordinate representation of color #9ED814: hue angle of 77.76º 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 #9ED814 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 216 | 20 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.15 |
| HSL | 77.76º | 0.83% | 0.46% | - |
| HSV(B) | 77.76º | 0.91% | 0.85% | - |
| XYZ | 38.78 | 56.43 | 9.51 | - |
| YUV | 176.31 | 39.78 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 216 | 20 | 0.27 | 0 | 0.91 | 0.15 | 77.76 | 0.83 | 0.46 |
| Hex | 9E | D8 | 14 | 1B | 0 | 5B | F | 4E | 53 | 2E |
| Octal | 236 | 330 | 24 | 33 | 0 | 133 | 17 | 116 | 123 | 56 |
| Binary | 10011110 | 11011000 | 10100 | 11011 | 0 | 1011011 | 1111 | 1001110 | 1010011 | 101110 |
Color Harmonies of #9ED814
Complementary color
Monochromatic Colors of #9ED814
Black with #9ED814
Text Example
Text Example
White with #9ED814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED814; }
p { color: rgb(158,216,20); }
H1.HeaderClassName
{
color: #9ED814;
}
.AnyTagClassName
{
color: #9ED814;
}
</style>
background-color css
<style>
a { background-color: #9ED814; }
a { background-color: rgb(158,216,20); }
div.DivClassName
{
background-color: #9ED814;
}
.BgClassName
{
background-color: #9ED814;
}
</style>
border-color css
<style>
span { border-color: #9ED814; }
span { border-color: rgb(158,216,20); }
td.TdClassName
{
border-color: #9ED814;
}
.TagClassName
{
border-color: #9ED814;
}
</style>