Shades of Inch Worm #9EE30C
Tints of Inch Worm #9EE30C
RGB
CMYK
RGB Variations
Color information
#9EE30C (or 0x9EE30C) is known color: Inch Worm. HEX triplet: 9E, E3 and 0C. RGB value is (158,227,12). Sum of RGB (Red+Green+Blue) = 158+227+12=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 227 (89.06% from 255 or 57.18% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 227 - color contains mainly: green. Hex color #9EE30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EE30C is #611CF3. Grayscale: #B6B6B6. Windows color (decimal): -6364404 or 844702. OLE color: 844702.
HSL color Cylindrical-coordinate representation of color #9EE30C: hue angle of 79.26º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9EE30C is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 227 | 12 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.11 |
| HSL | 79.26º | 0.9% | 0.47% | - |
| HSV(B) | 79.26º | 0.95% | 0.89% | - |
| XYZ | 41.64 | 62.23 | 10.17 | - |
| YUV | 181.86 | 32.14 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 227 | 12 | 0.30 | 0 | 0.95 | 0.11 | 79.26 | 0.9 | 0.47 |
| Hex | 9E | E3 | C | 1E | 0 | 5F | B | 4F | 5A | 2F |
| Octal | 236 | 343 | 14 | 36 | 0 | 137 | 13 | 117 | 132 | 57 |
| Binary | 10011110 | 11100011 | 1100 | 11110 | 0 | 1011111 | 1011 | 1001111 | 1011010 | 101111 |
Color Harmonies of #9EE30C
Complementary color
Monochromatic Colors of #9EE30C
Black with #9EE30C
Text Example
Text Example
White with #9EE30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE30C; }
p { color: rgb(158,227,12); }
H1.HeaderClassName
{
color: #9EE30C;
}
.AnyTagClassName
{
color: #9EE30C;
}
</style>
background-color css
<style>
a { background-color: #9EE30C; }
a { background-color: rgb(158,227,12); }
div.DivClassName
{
background-color: #9EE30C;
}
.BgClassName
{
background-color: #9EE30C;
}
</style>
border-color css
<style>
span { border-color: #9EE30C; }
span { border-color: rgb(158,227,12); }
td.TdClassName
{
border-color: #9EE30C;
}
.TagClassName
{
border-color: #9EE30C;
}
</style>