Shades of Inch Worm #9FE003
Tints of Inch Worm #9FE003
RGB
CMYK
RGB Variations
Color information
#9FE003 (or 0x9FE003) is known color: Inch Worm. HEX triplet: 9F, E0 and 03. RGB value is (159,224,3). Sum of RGB (Red+Green+Blue) = 159+224+3=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 224 (87.89% from 255 or 58.03% from 386); Blue value is 3 (1.56% from 255 or 0.78% from 386); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FE003 is #601FFC. Grayscale: #B4B4B4. Windows color (decimal): -6299645 or 254111. OLE color: 254111.
HSL color Cylindrical-coordinate representation of color #9FE003: hue angle of 77.65º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FE003 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 224 | 3 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.12 |
| HSL | 77.65º | 0.97% | 0.45% | - |
| HSV(B) | 77.65º | 0.99% | 0.88% | - |
| XYZ | 40.97 | 60.69 | 9.64 | - |
| YUV | 179.37 | 28.47 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 3 | 0.29 | 0 | 0.99 | 0.12 | 77.65 | 0.97 | 0.45 |
| Hex | 9F | E0 | 3 | 1D | 0 | 63 | C | 4E | 61 | 2D |
| Octal | 237 | 340 | 3 | 35 | 0 | 143 | 14 | 116 | 141 | 55 |
| Binary | 10011111 | 11100000 | 11 | 11101 | 0 | 1100011 | 1100 | 1001110 | 1100001 | 101101 |
Color Harmonies of #9FE003
Complementary color
Monochromatic Colors of #9FE003
Black with #9FE003
Text Example
Text Example
White with #9FE003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE003; }
p { color: rgb(159,224,3); }
H1.HeaderClassName
{
color: #9FE003;
}
.AnyTagClassName
{
color: #9FE003;
}
</style>
background-color css
<style>
a { background-color: #9FE003; }
a { background-color: rgb(159,224,3); }
div.DivClassName
{
background-color: #9FE003;
}
.BgClassName
{
background-color: #9FE003;
}
</style>
border-color css
<style>
span { border-color: #9FE003; }
span { border-color: rgb(159,224,3); }
td.TdClassName
{
border-color: #9FE003;
}
.TagClassName
{
border-color: #9FE003;
}
</style>