Shades of Inch Worm #9FE122
Tints of Inch Worm #9FE122
RGB
CMYK
RGB Variations
Color information
#9FE122 (or 0x9FE122) is known color: Inch Worm. HEX triplet: 9F, E1 and 22. RGB value is (159,225,34). Sum of RGB (Red+Green+Blue) = 159+225+34=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 225 (88.28% from 255 or 53.83% from 418); Blue value is 34 (13.67% from 255 or 8.13% from 418); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE122 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE122 is #601EDD. Grayscale: #B8B8B8. Windows color (decimal): -6299358 or 2285983. OLE color: 2285983.
HSL color Cylindrical-coordinate representation of color #9FE122: hue angle of 80.73º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9FE122 is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 225 | 34 | - |
| CMYK | 0.29 | 0 | 0.85 | 0.12 |
| HSL | 80.73º | 0.76% | 0.51% | - |
| HSV(B) | 80.73º | 0.85% | 0.88% | - |
| XYZ | 41.51 | 61.34 | 11.16 | - |
| YUV | 183.49 | 43.63 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 225 | 34 | 0.29 | 0 | 0.85 | 0.12 | 80.73 | 0.76 | 0.51 |
| Hex | 9F | E1 | 22 | 1D | 0 | 55 | C | 51 | 4C | 33 |
| Octal | 237 | 341 | 42 | 35 | 0 | 125 | 14 | 121 | 114 | 63 |
| Binary | 10011111 | 11100001 | 100010 | 11101 | 0 | 1010101 | 1100 | 1010001 | 1001100 | 110011 |
Color Harmonies of #9FE122
Complementary color
Monochromatic Colors of #9FE122
Black with #9FE122
Text Example
Text Example
White with #9FE122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE122; }
p { color: rgb(159,225,34); }
H1.HeaderClassName
{
color: #9FE122;
}
.AnyTagClassName
{
color: #9FE122;
}
</style>
background-color css
<style>
a { background-color: #9FE122; }
a { background-color: rgb(159,225,34); }
div.DivClassName
{
background-color: #9FE122;
}
.BgClassName
{
background-color: #9FE122;
}
</style>
border-color css
<style>
span { border-color: #9FE122; }
span { border-color: rgb(159,225,34); }
td.TdClassName
{
border-color: #9FE122;
}
.TagClassName
{
border-color: #9FE122;
}
</style>