Shades of Inch Worm #9EE80A
Tints of Inch Worm #9EE80A
RGB
CMYK
RGB Variations
Color information
#9EE80A (or 0x9EE80A) is known color: Inch Worm. HEX triplet: 9E, E8 and 0A. RGB value is (158,232,10). Sum of RGB (Red+Green+Blue) = 158+232+10=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 232 (91.02% from 255 or 58% from 400); Blue value is 10 (4.30% from 255 or 2.5% from 400); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE80A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EE80A is #6117F5. Grayscale: #B9B9B9. Windows color (decimal): -6363126 or 714910. OLE color: 714910.
HSL color Cylindrical-coordinate representation of color #9EE80A: hue angle of 80º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9EE80A is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 232 | 10 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.09 |
| HSL | 80º | 0.92% | 0.47% | - |
| HSV(B) | 80º | 0.96% | 0.91% | - |
| XYZ | 43.01 | 65 | 10.57 | - |
| YUV | 184.57 | 29.48 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 232 | 10 | 0.32 | 0 | 0.96 | 0.09 | 80 | 0.92 | 0.47 |
| Hex | 9E | E8 | A | 20 | 0 | 60 | 9 | 50 | 5C | 2F |
| Octal | 236 | 350 | 12 | 40 | 0 | 140 | 11 | 120 | 134 | 57 |
| Binary | 10011110 | 11101000 | 1010 | 100000 | 0 | 1100000 | 1001 | 1010000 | 1011100 | 101111 |
Color Harmonies of #9EE80A
Complementary color
Monochromatic Colors of #9EE80A
Black with #9EE80A
Text Example
Text Example
White with #9EE80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE80A; }
p { color: rgb(158,232,10); }
H1.HeaderClassName
{
color: #9EE80A;
}
.AnyTagClassName
{
color: #9EE80A;
}
</style>
background-color css
<style>
a { background-color: #9EE80A; }
a { background-color: rgb(158,232,10); }
div.DivClassName
{
background-color: #9EE80A;
}
.BgClassName
{
background-color: #9EE80A;
}
</style>
border-color css
<style>
span { border-color: #9EE80A; }
span { border-color: rgb(158,232,10); }
td.TdClassName
{
border-color: #9EE80A;
}
.TagClassName
{
border-color: #9EE80A;
}
</style>