Shades of Inch Worm #9FE11C
Tints of Inch Worm #9FE11C
RGB
CMYK
RGB Variations
Color information
#9FE11C (or 0x9FE11C) is known color: Inch Worm. HEX triplet: 9F, E1 and 1C. RGB value is (159,225,28). Sum of RGB (Red+Green+Blue) = 159+225+28=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 225 (88.28% from 255 or 54.61% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE11C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE11C is #601EE3. Grayscale: #B7B7B7. Windows color (decimal): -6299364 or 1892767. OLE color: 1892767.
HSL color Cylindrical-coordinate representation of color #9FE11C: hue angle of 80.1º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9FE11C is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 225 | 28 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.12 |
| HSL | 80.1º | 0.78% | 0.5% | - |
| HSV(B) | 80.1º | 0.88% | 0.88% | - |
| XYZ | 41.43 | 61.31 | 10.75 | - |
| YUV | 182.81 | 40.63 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 225 | 28 | 0.29 | 0 | 0.88 | 0.12 | 80.1 | 0.78 | 0.5 |
| Hex | 9F | E1 | 1C | 1D | 0 | 58 | C | 50 | 4E | 32 |
| Octal | 237 | 341 | 34 | 35 | 0 | 130 | 14 | 120 | 116 | 62 |
| Binary | 10011111 | 11100001 | 11100 | 11101 | 0 | 1011000 | 1100 | 1010000 | 1001110 | 110010 |
Color Harmonies of #9FE11C
Complementary color
Monochromatic Colors of #9FE11C
Black with #9FE11C
Text Example
Text Example
White with #9FE11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE11C; }
p { color: rgb(159,225,28); }
H1.HeaderClassName
{
color: #9FE11C;
}
.AnyTagClassName
{
color: #9FE11C;
}
</style>
background-color css
<style>
a { background-color: #9FE11C; }
a { background-color: rgb(159,225,28); }
div.DivClassName
{
background-color: #9FE11C;
}
.BgClassName
{
background-color: #9FE11C;
}
</style>
border-color css
<style>
span { border-color: #9FE11C; }
span { border-color: rgb(159,225,28); }
td.TdClassName
{
border-color: #9FE11C;
}
.TagClassName
{
border-color: #9FE11C;
}
</style>