Shades of Inch Worm #9FEF16
Tints of Inch Worm #9FEF16
RGB
CMYK
RGB Variations
Color information
#9FEF16 (or 0x9FEF16) is known color: Inch Worm. HEX triplet: 9F, EF and 16. RGB value is (159,239,22). Sum of RGB (Red+Green+Blue) = 159+239+22=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 239 (93.75% from 255 or 56.90% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEF16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FEF16 is #6010E9. Grayscale: #BFBFBF. Windows color (decimal): -6295786 or 1503135. OLE color: 1503135.
HSL color Cylindrical-coordinate representation of color #9FEF16: hue angle of 82.12º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9FEF16 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 239 | 22 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.06 |
| HSL | 82.12º | 0.87% | 0.51% | - |
| HSV(B) | 82.12º | 0.91% | 0.94% | - |
| XYZ | 45.31 | 69.16 | 11.72 | - |
| YUV | 190.34 | 33 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 239 | 22 | 0.33 | 0 | 0.91 | 0.06 | 82.12 | 0.87 | 0.51 |
| Hex | 9F | EF | 16 | 21 | 0 | 5B | 6 | 52 | 57 | 33 |
| Octal | 237 | 357 | 26 | 41 | 0 | 133 | 6 | 122 | 127 | 63 |
| Binary | 10011111 | 11101111 | 10110 | 100001 | 0 | 1011011 | 110 | 1010010 | 1010111 | 110011 |
Color Harmonies of #9FEF16
Complementary color
Monochromatic Colors of #9FEF16
Black with #9FEF16
Text Example
Text Example
White with #9FEF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEF16; }
p { color: rgb(159,239,22); }
H1.HeaderClassName
{
color: #9FEF16;
}
.AnyTagClassName
{
color: #9FEF16;
}
</style>
background-color css
<style>
a { background-color: #9FEF16; }
a { background-color: rgb(159,239,22); }
div.DivClassName
{
background-color: #9FEF16;
}
.BgClassName
{
background-color: #9FEF16;
}
</style>
border-color css
<style>
span { border-color: #9FEF16; }
span { border-color: rgb(159,239,22); }
td.TdClassName
{
border-color: #9FEF16;
}
.TagClassName
{
border-color: #9FEF16;
}
</style>