Shades of Inch Worm #9FE012
Tints of Inch Worm #9FE012
RGB
CMYK
RGB Variations
Color information
#9FE012 (or 0x9FE012) is known color: Inch Worm. HEX triplet: 9F, E0 and 12. RGB value is (159,224,18). Sum of RGB (Red+Green+Blue) = 159+224+18=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 224 (87.89% from 255 or 55.86% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FE012 is #601FED. Grayscale: #B5B5B5. Windows color (decimal): -6299630 or 1237151. OLE color: 1237151.
HSL color Cylindrical-coordinate representation of color #9FE012: hue angle of 78.93º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FE012 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 224 | 18 | - |
| CMYK | 0.29 | 0 | 0.92 | 0.12 |
| HSL | 78.93º | 0.85% | 0.47% | - |
| HSV(B) | 78.93º | 0.92% | 0.88% | - |
| XYZ | 41.06 | 60.73 | 10.13 | - |
| YUV | 181.08 | 35.97 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 18 | 0.29 | 0 | 0.92 | 0.12 | 78.93 | 0.85 | 0.47 |
| Hex | 9F | E0 | 12 | 1D | 0 | 5C | C | 4F | 55 | 2F |
| Octal | 237 | 340 | 22 | 35 | 0 | 134 | 14 | 117 | 125 | 57 |
| Binary | 10011111 | 11100000 | 10010 | 11101 | 0 | 1011100 | 1100 | 1001111 | 1010101 | 101111 |
Color Harmonies of #9FE012
Complementary color
Monochromatic Colors of #9FE012
Black with #9FE012
Text Example
Text Example
White with #9FE012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE012; }
p { color: rgb(159,224,18); }
H1.HeaderClassName
{
color: #9FE012;
}
.AnyTagClassName
{
color: #9FE012;
}
</style>
background-color css
<style>
a { background-color: #9FE012; }
a { background-color: rgb(159,224,18); }
div.DivClassName
{
background-color: #9FE012;
}
.BgClassName
{
background-color: #9FE012;
}
</style>
border-color css
<style>
span { border-color: #9FE012; }
span { border-color: rgb(159,224,18); }
td.TdClassName
{
border-color: #9FE012;
}
.TagClassName
{
border-color: #9FE012;
}
</style>