Shades of Malachite #0FC96E
Tints of Malachite #0FC96E
RGB
CMYK
RGB Variations
Color information
#0FC96E (or 0x0FC96E) is known color: Malachite. HEX triplet: 0F, C9 and 6E. RGB value is (15,201,110). Sum of RGB (Red+Green+Blue) = 15+201+110=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 201 (78.91% from 255 or 61.66% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC96E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC96E is #F03691. Grayscale: #878787. Windows color (decimal): -15742610 or 7260431. OLE color: 7260431.
HSL color Cylindrical-coordinate representation of color #0FC96E: hue angle of 150.65º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC96E is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 201 | 110 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.21 |
| HSL | 150.65º | 0.86% | 0.42% | - |
| HSV(B) | 150.65º | 0.93% | 0.79% | - |
| XYZ | 23.9 | 43 | 21.79 | - |
| YUV | 135.01 | 113.88 | 42.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 201 | 110 | 0.93 | 0 | 0.45 | 0.21 | 150.65 | 0.86 | 0.42 |
| Hex | F | C9 | 6E | 5D | 0 | 2D | 15 | 97 | 56 | 2A |
| Octal | 17 | 311 | 156 | 135 | 0 | 55 | 25 | 227 | 126 | 52 |
| Binary | 1111 | 11001001 | 1101110 | 1011101 | 0 | 101101 | 10101 | 10010111 | 1010110 | 101010 |
Color Harmonies of #0FC96E
Complementary color
Monochromatic Colors of #0FC96E
Black with #0FC96E
Text Example
Text Example
White with #0FC96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC96E; }
p { color: rgb(15,201,110); }
H1.HeaderClassName
{
color: #0FC96E;
}
.AnyTagClassName
{
color: #0FC96E;
}
</style>
background-color css
<style>
a { background-color: #0FC96E; }
a { background-color: rgb(15,201,110); }
div.DivClassName
{
background-color: #0FC96E;
}
.BgClassName
{
background-color: #0FC96E;
}
</style>
border-color css
<style>
span { border-color: #0FC96E; }
span { border-color: rgb(15,201,110); }
td.TdClassName
{
border-color: #0FC96E;
}
.TagClassName
{
border-color: #0FC96E;
}
</style>