Shades of Inch Worm #9FE119
Tints of Inch Worm #9FE119
RGB
CMYK
RGB Variations
Color information
#9FE119 (or 0x9FE119) is known color: Inch Worm. HEX triplet: 9F, E1 and 19. RGB value is (159,225,25). Sum of RGB (Red+Green+Blue) = 159+225+25=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 225 (88.28% from 255 or 55.01% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE119 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FE119 is #601EE6. Grayscale: #B7B7B7. Windows color (decimal): -6299367 or 1696159. OLE color: 1696159.
HSL color Cylindrical-coordinate representation of color #9FE119: hue angle of 79.8º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9FE119 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 225 | 25 | - |
| CMYK | 0.29 | 0 | 0.89 | 0.12 |
| HSL | 79.8º | 0.8% | 0.49% | - |
| HSV(B) | 79.8º | 0.89% | 0.88% | - |
| XYZ | 41.4 | 61.29 | 10.57 | - |
| YUV | 182.47 | 39.13 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 225 | 25 | 0.29 | 0 | 0.89 | 0.12 | 79.8 | 0.8 | 0.49 |
| Hex | 9F | E1 | 19 | 1D | 0 | 59 | C | 50 | 50 | 31 |
| Octal | 237 | 341 | 31 | 35 | 0 | 131 | 14 | 120 | 120 | 61 |
| Binary | 10011111 | 11100001 | 11001 | 11101 | 0 | 1011001 | 1100 | 1010000 | 1010000 | 110001 |
Color Harmonies of #9FE119
Complementary color
Monochromatic Colors of #9FE119
Black with #9FE119
Text Example
Text Example
White with #9FE119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE119; }
p { color: rgb(159,225,25); }
H1.HeaderClassName
{
color: #9FE119;
}
.AnyTagClassName
{
color: #9FE119;
}
</style>
background-color css
<style>
a { background-color: #9FE119; }
a { background-color: rgb(159,225,25); }
div.DivClassName
{
background-color: #9FE119;
}
.BgClassName
{
background-color: #9FE119;
}
</style>
border-color css
<style>
span { border-color: #9FE119; }
span { border-color: rgb(159,225,25); }
td.TdClassName
{
border-color: #9FE119;
}
.TagClassName
{
border-color: #9FE119;
}
</style>