Shades of Inch Worm #9EE50D
Tints of Inch Worm #9EE50D
RGB
CMYK
RGB Variations
Color information
#9EE50D (or 0x9EE50D) is known color: Inch Worm. HEX triplet: 9E, E5 and 0D. RGB value is (158,229,13). Sum of RGB (Red+Green+Blue) = 158+229+13=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 229 (89.84% from 255 or 57.25% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 229 - color contains mainly: green. Hex color #9EE50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EE50D is #611AF2. Grayscale: #B7B7B7. Windows color (decimal): -6363891 or 910750. OLE color: 910750.
HSL color Cylindrical-coordinate representation of color #9EE50D: hue angle of 79.72º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9EE50D is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 158 | 229 | 13 | - |
| CMYK | 0.31 | 0 | 0.94 | 0.10 |
| HSL | 79.72º | 0.89% | 0.47% | - |
| HSV(B) | 79.72º | 0.94% | 0.9% | - |
| XYZ | 42.19 | 63.34 | 10.38 | - |
| YUV | 183.15 | 31.98 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 229 | 13 | 0.31 | 0 | 0.94 | 0.10 | 79.72 | 0.89 | 0.47 |
| Hex | 9E | E5 | D | 1F | 0 | 5E | A | 50 | 59 | 2F |
| Octal | 236 | 345 | 15 | 37 | 0 | 136 | 12 | 120 | 131 | 57 |
| Binary | 10011110 | 11100101 | 1101 | 11111 | 0 | 1011110 | 1010 | 1010000 | 1011001 | 101111 |
Color Harmonies of #9EE50D
Complementary color
Monochromatic Colors of #9EE50D
Black with #9EE50D
Text Example
Text Example
White with #9EE50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE50D; }
p { color: rgb(158,229,13); }
H1.HeaderClassName
{
color: #9EE50D;
}
.AnyTagClassName
{
color: #9EE50D;
}
</style>
background-color css
<style>
a { background-color: #9EE50D; }
a { background-color: rgb(158,229,13); }
div.DivClassName
{
background-color: #9EE50D;
}
.BgClassName
{
background-color: #9EE50D;
}
</style>
border-color css
<style>
span { border-color: #9EE50D; }
span { border-color: rgb(158,229,13); }
td.TdClassName
{
border-color: #9EE50D;
}
.TagClassName
{
border-color: #9EE50D;
}
</style>