Shades of Inch Worm #9FEB0C
Tints of Inch Worm #9FEB0C
RGB
CMYK
RGB Variations
Color information
#9FEB0C (or 0x9FEB0C) is known color: Inch Worm. HEX triplet: 9F, EB and 0C. RGB value is (159,235,12). Sum of RGB (Red+Green+Blue) = 159+235+12=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 235 (92.19% from 255 or 57.88% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEB0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FEB0C is #6014F3. Grayscale: #BBBBBB. Windows color (decimal): -6296820 or 846751. OLE color: 846751.
HSL color Cylindrical-coordinate representation of color #9FEB0C: hue angle of 80.45º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9FEB0C is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 235 | 12 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.08 |
| HSL | 80.45º | 0.9% | 0.48% | - |
| HSV(B) | 80.45º | 0.95% | 0.92% | - |
| XYZ | 44.07 | 66.81 | 10.92 | - |
| YUV | 186.85 | 29.32 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 235 | 12 | 0.32 | 0 | 0.95 | 0.08 | 80.45 | 0.9 | 0.48 |
| Hex | 9F | EB | C | 20 | 0 | 5F | 8 | 50 | 5A | 30 |
| Octal | 237 | 353 | 14 | 40 | 0 | 137 | 10 | 120 | 132 | 60 |
| Binary | 10011111 | 11101011 | 1100 | 100000 | 0 | 1011111 | 1000 | 1010000 | 1011010 | 110000 |
Color Harmonies of #9FEB0C
Complementary color
Monochromatic Colors of #9FEB0C
Black with #9FEB0C
Text Example
Text Example
White with #9FEB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEB0C; }
p { color: rgb(159,235,12); }
H1.HeaderClassName
{
color: #9FEB0C;
}
.AnyTagClassName
{
color: #9FEB0C;
}
</style>
background-color css
<style>
a { background-color: #9FEB0C; }
a { background-color: rgb(159,235,12); }
div.DivClassName
{
background-color: #9FEB0C;
}
.BgClassName
{
background-color: #9FEB0C;
}
</style>
border-color css
<style>
span { border-color: #9FEB0C; }
span { border-color: rgb(159,235,12); }
td.TdClassName
{
border-color: #9FEB0C;
}
.TagClassName
{
border-color: #9FEB0C;
}
</style>