Shades of Inch Worm #9FE01C
Tints of Inch Worm #9FE01C
RGB
CMYK
RGB Variations
Color information
#9FE01C (or 0x9FE01C) is known color: Inch Worm. HEX triplet: 9F, E0 and 1C. RGB value is (159,224,28). Sum of RGB (Red+Green+Blue) = 159+224+28=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 224 (87.89% from 255 or 54.50% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE01C is #601FE3. Grayscale: #B6B6B6. Windows color (decimal): -6299620 or 1892511. OLE color: 1892511.
HSL color Cylindrical-coordinate representation of color #9FE01C: hue angle of 79.9º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9FE01C is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 224 | 28 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.12 |
| HSL | 79.9º | 0.78% | 0.49% | - |
| HSV(B) | 79.9º | 0.88% | 0.88% | - |
| XYZ | 41.16 | 60.77 | 10.66 | - |
| YUV | 182.22 | 40.97 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 28 | 0.29 | 0 | 0.88 | 0.12 | 79.9 | 0.78 | 0.49 |
| Hex | 9F | E0 | 1C | 1D | 0 | 58 | C | 50 | 4E | 31 |
| Octal | 237 | 340 | 34 | 35 | 0 | 130 | 14 | 120 | 116 | 61 |
| Binary | 10011111 | 11100000 | 11100 | 11101 | 0 | 1011000 | 1100 | 1010000 | 1001110 | 110001 |
Color Harmonies of #9FE01C
Complementary color
Monochromatic Colors of #9FE01C
Black with #9FE01C
Text Example
Text Example
White with #9FE01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE01C; }
p { color: rgb(159,224,28); }
H1.HeaderClassName
{
color: #9FE01C;
}
.AnyTagClassName
{
color: #9FE01C;
}
</style>
background-color css
<style>
a { background-color: #9FE01C; }
a { background-color: rgb(159,224,28); }
div.DivClassName
{
background-color: #9FE01C;
}
.BgClassName
{
background-color: #9FE01C;
}
</style>
border-color css
<style>
span { border-color: #9FE01C; }
span { border-color: rgb(159,224,28); }
td.TdClassName
{
border-color: #9FE01C;
}
.TagClassName
{
border-color: #9FE01C;
}
</style>