Shades of Inch Worm #9EE320
Tints of Inch Worm #9EE320
RGB
CMYK
RGB Variations
Color information
#9EE320 (or 0x9EE320) is known color: Inch Worm. HEX triplet: 9E, E3 and 20. RGB value is (158,227,32). Sum of RGB (Red+Green+Blue) = 158+227+32=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 227 (89.06% from 255 or 54.44% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 227 - color contains mainly: green. Hex color #9EE320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EE320 is #611CDF. Grayscale: #B8B8B8. Windows color (decimal): -6364384 or 2155422. OLE color: 2155422.
HSL color Cylindrical-coordinate representation of color #9EE320: hue angle of 81.23º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9EE320 is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 227 | 32 | - |
| CMYK | 0.30 | 0 | 0.86 | 0.11 |
| HSL | 81.23º | 0.78% | 0.51% | - |
| HSV(B) | 81.23º | 0.86% | 0.89% | - |
| XYZ | 41.83 | 62.31 | 11.19 | - |
| YUV | 184.14 | 42.14 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 227 | 32 | 0.30 | 0 | 0.86 | 0.11 | 81.23 | 0.78 | 0.51 |
| Hex | 9E | E3 | 20 | 1E | 0 | 56 | B | 51 | 4E | 33 |
| Octal | 236 | 343 | 40 | 36 | 0 | 126 | 13 | 121 | 116 | 63 |
| Binary | 10011110 | 11100011 | 100000 | 11110 | 0 | 1010110 | 1011 | 1010001 | 1001110 | 110011 |
Color Harmonies of #9EE320
Complementary color
Monochromatic Colors of #9EE320
Black with #9EE320
Text Example
Text Example
White with #9EE320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE320; }
p { color: rgb(158,227,32); }
H1.HeaderClassName
{
color: #9EE320;
}
.AnyTagClassName
{
color: #9EE320;
}
</style>
background-color css
<style>
a { background-color: #9EE320; }
a { background-color: rgb(158,227,32); }
div.DivClassName
{
background-color: #9EE320;
}
.BgClassName
{
background-color: #9EE320;
}
</style>
border-color css
<style>
span { border-color: #9EE320; }
span { border-color: rgb(158,227,32); }
td.TdClassName
{
border-color: #9EE320;
}
.TagClassName
{
border-color: #9EE320;
}
</style>