Shades of Inch Worm #9FF219
Tints of Inch Worm #9FF219
RGB
CMYK
RGB Variations
Color information
#9FF219 (or 0x9FF219) is known color: Inch Worm. HEX triplet: 9F, F2 and 19. RGB value is (159,242,25). Sum of RGB (Red+Green+Blue) = 159+242+25=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 242 (94.92% from 255 or 56.81% from 426); Blue value is 25 (10.16% from 255 or 5.87% from 426); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF219 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF219 is #600DE6. Grayscale: #C1C1C1. Windows color (decimal): -6295015 or 1700511. OLE color: 1700511.
HSL color Cylindrical-coordinate representation of color #9FF219: hue angle of 82.95º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9FF219 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 242 | 25 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.05 |
| HSL | 82.95º | 0.89% | 0.52% | - |
| HSV(B) | 82.95º | 0.9% | 0.95% | - |
| XYZ | 46.23 | 70.95 | 12.18 | - |
| YUV | 192.45 | 33.5 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 242 | 25 | 0.34 | 0 | 0.90 | 0.05 | 82.95 | 0.89 | 0.52 |
| Hex | 9F | F2 | 19 | 22 | 0 | 5A | 5 | 53 | 59 | 34 |
| Octal | 237 | 362 | 31 | 42 | 0 | 132 | 5 | 123 | 131 | 64 |
| Binary | 10011111 | 11110010 | 11001 | 100010 | 0 | 1011010 | 101 | 1010011 | 1011001 | 110100 |
Color Harmonies of #9FF219
Complementary color
Monochromatic Colors of #9FF219
Black with #9FF219
Text Example
Text Example
White with #9FF219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF219; }
p { color: rgb(159,242,25); }
H1.HeaderClassName
{
color: #9FF219;
}
.AnyTagClassName
{
color: #9FF219;
}
</style>
background-color css
<style>
a { background-color: #9FF219; }
a { background-color: rgb(159,242,25); }
div.DivClassName
{
background-color: #9FF219;
}
.BgClassName
{
background-color: #9FF219;
}
</style>
border-color css
<style>
span { border-color: #9FF219; }
span { border-color: rgb(159,242,25); }
td.TdClassName
{
border-color: #9FF219;
}
.TagClassName
{
border-color: #9FF219;
}
</style>