Shades of Inch Worm #9FE200
Tints of Inch Worm #9FE200
RGB
CMYK
RGB Variations
Color information
#9FE200 (or 0x9FE200) is known color: Inch Worm. HEX triplet: 9F, E2 and 00. RGB value is (159,226,0). Sum of RGB (Red+Green+Blue) = 159+226+0=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 226 (88.67% from 255 or 58.70% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 226 - color contains mainly: green. Hex color #9FE200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FE200 is #601DFF. Grayscale: #B5B5B5. Windows color (decimal): -6299136 or 58015. OLE color: 58015.
HSL color Cylindrical-coordinate representation of color #9FE200: hue angle of 77.79º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FE200 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 226 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.11 |
| HSL | 77.79º | 1% | 0.44% | - |
| HSV(B) | 77.79º | 1% | 0.89% | - |
| XYZ | 41.49 | 61.76 | 9.73 | - |
| YUV | 180.2 | 26.3 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 226 | 0 | 0.30 | 0 | 1 | 0.11 | 77.79 | 1 | 0.44 |
| Hex | 9F | E2 | 0 | 1E | 0 | 64 | B | 4E | 64 | 2C |
| Octal | 237 | 342 | 0 | 36 | 0 | 144 | 13 | 116 | 144 | 54 |
| Binary | 10011111 | 11100010 | 0 | 11110 | 0 | 1100100 | 1011 | 1001110 | 1100100 | 101100 |
Color Harmonies of #9FE200
Complementary color
Monochromatic Colors of #9FE200
Black with #9FE200
Text Example
Text Example
White with #9FE200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE200; }
p { color: rgb(159,226,0); }
H1.HeaderClassName
{
color: #9FE200;
}
.AnyTagClassName
{
color: #9FE200;
}
</style>
background-color css
<style>
a { background-color: #9FE200; }
a { background-color: rgb(159,226,0); }
div.DivClassName
{
background-color: #9FE200;
}
.BgClassName
{
background-color: #9FE200;
}
</style>
border-color css
<style>
span { border-color: #9FE200; }
span { border-color: rgb(159,226,0); }
td.TdClassName
{
border-color: #9FE200;
}
.TagClassName
{
border-color: #9FE200;
}
</style>