Shades of Inch Worm #9FE920
Tints of Inch Worm #9FE920
RGB
CMYK
RGB Variations
Color information
#9FE920 (or 0x9FE920) is known color: Inch Worm. HEX triplet: 9F, E9 and 20. RGB value is (159,233,32). Sum of RGB (Red+Green+Blue) = 159+233+32=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 233 (91.41% from 255 or 54.95% from 424); Blue value is 32 (12.89% from 255 or 7.55% from 424); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE920 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9FE920 is #6016DF. Grayscale: #BCBCBC. Windows color (decimal): -6297312 or 2156959. OLE color: 2156959.
HSL color Cylindrical-coordinate representation of color #9FE920: hue angle of 82.09º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9FE920 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 233 | 32 | - |
| CMYK | 0.32 | 0 | 0.86 | 0.09 |
| HSL | 82.09º | 0.82% | 0.52% | - |
| HSV(B) | 82.09º | 0.86% | 0.91% | - |
| XYZ | 43.7 | 65.75 | 11.76 | - |
| YUV | 187.96 | 39.98 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 233 | 32 | 0.32 | 0 | 0.86 | 0.09 | 82.09 | 0.82 | 0.52 |
| Hex | 9F | E9 | 20 | 20 | 0 | 56 | 9 | 52 | 52 | 34 |
| Octal | 237 | 351 | 40 | 40 | 0 | 126 | 11 | 122 | 122 | 64 |
| Binary | 10011111 | 11101001 | 100000 | 100000 | 0 | 1010110 | 1001 | 1010010 | 1010010 | 110100 |
Color Harmonies of #9FE920
Complementary color
Monochromatic Colors of #9FE920
Black with #9FE920
Text Example
Text Example
White with #9FE920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE920; }
p { color: rgb(159,233,32); }
H1.HeaderClassName
{
color: #9FE920;
}
.AnyTagClassName
{
color: #9FE920;
}
</style>
background-color css
<style>
a { background-color: #9FE920; }
a { background-color: rgb(159,233,32); }
div.DivClassName
{
background-color: #9FE920;
}
.BgClassName
{
background-color: #9FE920;
}
</style>
border-color css
<style>
span { border-color: #9FE920; }
span { border-color: rgb(159,233,32); }
td.TdClassName
{
border-color: #9FE920;
}
.TagClassName
{
border-color: #9FE920;
}
</style>