Shades of Inch Worm #9FE50C
Tints of Inch Worm #9FE50C
RGB
CMYK
RGB Variations
Color information
#9FE50C (or 0x9FE50C) is known color: Inch Worm. HEX triplet: 9F, E5 and 0C. RGB value is (159,229,12). Sum of RGB (Red+Green+Blue) = 159+229+12=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 229 (89.84% from 255 or 57.25% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FE50C is #601AF3. Grayscale: #B8B8B8. Windows color (decimal): -6298356 or 845215. OLE color: 845215.
HSL color Cylindrical-coordinate representation of color #9FE50C: hue angle of 79.35º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9FE50C is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 229 | 12 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.10 |
| HSL | 79.35º | 0.9% | 0.47% | - |
| HSV(B) | 79.35º | 0.95% | 0.9% | - |
| XYZ | 42.38 | 63.44 | 10.36 | - |
| YUV | 183.33 | 31.31 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 12 | 0.31 | 0 | 0.95 | 0.10 | 79.35 | 0.9 | 0.47 |
| Hex | 9F | E5 | C | 1F | 0 | 5F | A | 4F | 5A | 2F |
| Octal | 237 | 345 | 14 | 37 | 0 | 137 | 12 | 117 | 132 | 57 |
| Binary | 10011111 | 11100101 | 1100 | 11111 | 0 | 1011111 | 1010 | 1001111 | 1011010 | 101111 |
Color Harmonies of #9FE50C
Complementary color
Monochromatic Colors of #9FE50C
Black with #9FE50C
Text Example
Text Example
White with #9FE50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE50C; }
p { color: rgb(159,229,12); }
H1.HeaderClassName
{
color: #9FE50C;
}
.AnyTagClassName
{
color: #9FE50C;
}
</style>
background-color css
<style>
a { background-color: #9FE50C; }
a { background-color: rgb(159,229,12); }
div.DivClassName
{
background-color: #9FE50C;
}
.BgClassName
{
background-color: #9FE50C;
}
</style>
border-color css
<style>
span { border-color: #9FE50C; }
span { border-color: rgb(159,229,12); }
td.TdClassName
{
border-color: #9FE50C;
}
.TagClassName
{
border-color: #9FE50C;
}
</style>