Shades of Inch Worm #9FE30C
Tints of Inch Worm #9FE30C
RGB
CMYK
RGB Variations
Color information
#9FE30C (or 0x9FE30C) is known color: Inch Worm. HEX triplet: 9F, E3 and 0C. RGB value is (159,227,12). Sum of RGB (Red+Green+Blue) = 159+227+12=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 227 (89.06% from 255 or 57.04% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FE30C is #601CF3. Grayscale: #B6B6B6. Windows color (decimal): -6298868 or 844703. OLE color: 844703.
HSL color Cylindrical-coordinate representation of color #9FE30C: hue angle of 78.98º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9FE30C is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 227 | 12 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.11 |
| HSL | 78.98º | 0.9% | 0.47% | - |
| HSV(B) | 78.98º | 0.95% | 0.89% | - |
| XYZ | 41.83 | 62.34 | 10.17 | - |
| YUV | 182.16 | 31.97 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 227 | 12 | 0.30 | 0 | 0.95 | 0.11 | 78.98 | 0.9 | 0.47 |
| Hex | 9F | E3 | C | 1E | 0 | 5F | B | 4F | 5A | 2F |
| Octal | 237 | 343 | 14 | 36 | 0 | 137 | 13 | 117 | 132 | 57 |
| Binary | 10011111 | 11100011 | 1100 | 11110 | 0 | 1011111 | 1011 | 1001111 | 1011010 | 101111 |
Color Harmonies of #9FE30C
Complementary color
Monochromatic Colors of #9FE30C
Black with #9FE30C
Text Example
Text Example
White with #9FE30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE30C; }
p { color: rgb(159,227,12); }
H1.HeaderClassName
{
color: #9FE30C;
}
.AnyTagClassName
{
color: #9FE30C;
}
</style>
background-color css
<style>
a { background-color: #9FE30C; }
a { background-color: rgb(159,227,12); }
div.DivClassName
{
background-color: #9FE30C;
}
.BgClassName
{
background-color: #9FE30C;
}
</style>
border-color css
<style>
span { border-color: #9FE30C; }
span { border-color: rgb(159,227,12); }
td.TdClassName
{
border-color: #9FE30C;
}
.TagClassName
{
border-color: #9FE30C;
}
</style>