Shades of Inch Worm #9FE50F
Tints of Inch Worm #9FE50F
RGB
CMYK
RGB Variations
Color information
#9FE50F (or 0x9FE50F) is known color: Inch Worm. HEX triplet: 9F, E5 and 0F. RGB value is (159,229,15). Sum of RGB (Red+Green+Blue) = 159+229+15=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 229 (89.84% from 255 or 56.82% from 403); Blue value is 15 (6.25% from 255 or 3.72% from 403); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FE50F is #601AF0. Grayscale: #B8B8B8. Windows color (decimal): -6298353 or 1041823. OLE color: 1041823.
HSL color Cylindrical-coordinate representation of color #9FE50F: hue angle of 79.63º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9FE50F is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 229 | 15 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.10 |
| HSL | 79.63º | 0.88% | 0.48% | - |
| HSV(B) | 79.63º | 0.93% | 0.9% | - |
| XYZ | 42.4 | 63.44 | 10.46 | - |
| YUV | 183.67 | 32.81 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 15 | 0.31 | 0 | 0.93 | 0.10 | 79.63 | 0.88 | 0.48 |
| Hex | 9F | E5 | F | 1F | 0 | 5D | A | 50 | 58 | 30 |
| Octal | 237 | 345 | 17 | 37 | 0 | 135 | 12 | 120 | 130 | 60 |
| Binary | 10011111 | 11100101 | 1111 | 11111 | 0 | 1011101 | 1010 | 1010000 | 1011000 | 110000 |
Color Harmonies of #9FE50F
Complementary color
Monochromatic Colors of #9FE50F
Black with #9FE50F
Text Example
Text Example
White with #9FE50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE50F; }
p { color: rgb(159,229,15); }
H1.HeaderClassName
{
color: #9FE50F;
}
.AnyTagClassName
{
color: #9FE50F;
}
</style>
background-color css
<style>
a { background-color: #9FE50F; }
a { background-color: rgb(159,229,15); }
div.DivClassName
{
background-color: #9FE50F;
}
.BgClassName
{
background-color: #9FE50F;
}
</style>
border-color css
<style>
span { border-color: #9FE50F; }
span { border-color: rgb(159,229,15); }
td.TdClassName
{
border-color: #9FE50F;
}
.TagClassName
{
border-color: #9FE50F;
}
</style>