Shades of Inch Worm #9FE41C
Tints of Inch Worm #9FE41C
RGB
CMYK
RGB Variations
Color information
#9FE41C (or 0x9FE41C) is known color: Inch Worm. HEX triplet: 9F, E4 and 1C. RGB value is (159,228,28). Sum of RGB (Red+Green+Blue) = 159+228+28=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 228 (89.45% from 255 or 54.94% from 415); Blue value is 28 (11.33% from 255 or 6.75% from 415); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE41C is #601BE3. Grayscale: #B9B9B9. Windows color (decimal): -6298596 or 1893535. OLE color: 1893535.
HSL color Cylindrical-coordinate representation of color #9FE41C: hue angle of 80.7º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9FE41C is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 228 | 28 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.11 |
| HSL | 80.7º | 0.79% | 0.5% | - |
| HSV(B) | 80.7º | 0.88% | 0.89% | - |
| XYZ | 42.25 | 62.94 | 11.02 | - |
| YUV | 184.57 | 39.64 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 228 | 28 | 0.30 | 0 | 0.88 | 0.11 | 80.7 | 0.79 | 0.5 |
| Hex | 9F | E4 | 1C | 1E | 0 | 58 | B | 51 | 4F | 32 |
| Octal | 237 | 344 | 34 | 36 | 0 | 130 | 13 | 121 | 117 | 62 |
| Binary | 10011111 | 11100100 | 11100 | 11110 | 0 | 1011000 | 1011 | 1010001 | 1001111 | 110010 |
Color Harmonies of #9FE41C
Complementary color
Monochromatic Colors of #9FE41C
Black with #9FE41C
Text Example
Text Example
White with #9FE41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE41C; }
p { color: rgb(159,228,28); }
H1.HeaderClassName
{
color: #9FE41C;
}
.AnyTagClassName
{
color: #9FE41C;
}
</style>
background-color css
<style>
a { background-color: #9FE41C; }
a { background-color: rgb(159,228,28); }
div.DivClassName
{
background-color: #9FE41C;
}
.BgClassName
{
background-color: #9FE41C;
}
</style>
border-color css
<style>
span { border-color: #9FE41C; }
span { border-color: rgb(159,228,28); }
td.TdClassName
{
border-color: #9FE41C;
}
.TagClassName
{
border-color: #9FE41C;
}
</style>