Shades of Inch Worm #9FEF19
Tints of Inch Worm #9FEF19
RGB
CMYK
RGB Variations
Color information
#9FEF19 (or 0x9FEF19) is known color: Inch Worm. HEX triplet: 9F, EF and 19. RGB value is (159,239,25). Sum of RGB (Red+Green+Blue) = 159+239+25=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 239 (93.75% from 255 or 56.50% from 423); Blue value is 25 (10.16% from 255 or 5.91% from 423); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEF19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FEF19 is #6010E6. Grayscale: #BFBFBF. Windows color (decimal): -6295783 or 1699743. OLE color: 1699743.
HSL color Cylindrical-coordinate representation of color #9FEF19: hue angle of 82.43º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9FEF19 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 239 | 25 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.06 |
| HSL | 82.43º | 0.87% | 0.52% | - |
| HSV(B) | 82.43º | 0.9% | 0.94% | - |
| XYZ | 45.34 | 69.17 | 11.88 | - |
| YUV | 190.68 | 34.5 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 239 | 25 | 0.33 | 0 | 0.90 | 0.06 | 82.43 | 0.87 | 0.52 |
| Hex | 9F | EF | 19 | 21 | 0 | 5A | 6 | 52 | 57 | 34 |
| Octal | 237 | 357 | 31 | 41 | 0 | 132 | 6 | 122 | 127 | 64 |
| Binary | 10011111 | 11101111 | 11001 | 100001 | 0 | 1011010 | 110 | 1010010 | 1010111 | 110100 |
Color Harmonies of #9FEF19
Complementary color
Monochromatic Colors of #9FEF19
Black with #9FEF19
Text Example
Text Example
White with #9FEF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEF19; }
p { color: rgb(159,239,25); }
H1.HeaderClassName
{
color: #9FEF19;
}
.AnyTagClassName
{
color: #9FEF19;
}
</style>
background-color css
<style>
a { background-color: #9FEF19; }
a { background-color: rgb(159,239,25); }
div.DivClassName
{
background-color: #9FEF19;
}
.BgClassName
{
background-color: #9FEF19;
}
</style>
border-color css
<style>
span { border-color: #9FEF19; }
span { border-color: rgb(159,239,25); }
td.TdClassName
{
border-color: #9FEF19;
}
.TagClassName
{
border-color: #9FEF19;
}
</style>