Shades of Inch Worm #9FE002
Tints of Inch Worm #9FE002
RGB
CMYK
RGB Variations
Color information
#9FE002 (or 0x9FE002) is known color: Inch Worm. HEX triplet: 9F, E0 and 02. RGB value is (159,224,2). Sum of RGB (Red+Green+Blue) = 159+224+2=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 224 (87.89% from 255 or 58.18% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FE002 is #601FFD. Grayscale: #B4B4B4. Windows color (decimal): -6299646 or 188575. OLE color: 188575.
HSL color Cylindrical-coordinate representation of color #9FE002: hue angle of 77.57º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FE002 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 224 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.12 |
| HSL | 77.57º | 0.98% | 0.44% | - |
| HSV(B) | 77.57º | 0.99% | 0.88% | - |
| XYZ | 40.96 | 60.69 | 9.61 | - |
| YUV | 179.26 | 27.97 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 2 | 0.29 | 0 | 0.99 | 0.12 | 77.57 | 0.98 | 0.44 |
| Hex | 9F | E0 | 2 | 1D | 0 | 63 | C | 4E | 62 | 2C |
| Octal | 237 | 340 | 2 | 35 | 0 | 143 | 14 | 116 | 142 | 54 |
| Binary | 10011111 | 11100000 | 10 | 11101 | 0 | 1100011 | 1100 | 1001110 | 1100010 | 101100 |
Color Harmonies of #9FE002
Complementary color
Monochromatic Colors of #9FE002
Black with #9FE002
Text Example
Text Example
White with #9FE002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE002; }
p { color: rgb(159,224,2); }
H1.HeaderClassName
{
color: #9FE002;
}
.AnyTagClassName
{
color: #9FE002;
}
</style>
background-color css
<style>
a { background-color: #9FE002; }
a { background-color: rgb(159,224,2); }
div.DivClassName
{
background-color: #9FE002;
}
.BgClassName
{
background-color: #9FE002;
}
</style>
border-color css
<style>
span { border-color: #9FE002; }
span { border-color: rgb(159,224,2); }
td.TdClassName
{
border-color: #9FE002;
}
.TagClassName
{
border-color: #9FE002;
}
</style>