Shades of Malachite #0FC95D
Tints of Malachite #0FC95D
RGB
CMYK
RGB Variations
Color information
#0FC95D (or 0x0FC95D) is known color: Malachite. HEX triplet: 0F, C9 and 5D. RGB value is (15,201,93). Sum of RGB (Red+Green+Blue) = 15+201+93=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 201 (78.91% from 255 or 65.05% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC95D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC95D is #F036A2. Grayscale: #858585. Windows color (decimal): -15742627 or 6146319. OLE color: 6146319.
HSL color Cylindrical-coordinate representation of color #0FC95D: hue angle of 145.16º 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 #0FC95D is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 201 | 93 | - |
| CMYK | 0.93 | 0 | 0.54 | 0.21 |
| HSL | 145.16º | 0.86% | 0.42% | - |
| HSV(B) | 145.16º | 0.93% | 0.79% | - |
| XYZ | 23.06 | 42.67 | 17.38 | - |
| YUV | 133.07 | 105.38 | 43.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 201 | 93 | 0.93 | 0 | 0.54 | 0.21 | 145.16 | 0.86 | 0.42 |
| Hex | F | C9 | 5D | 5D | 0 | 36 | 15 | 91 | 56 | 2A |
| Octal | 17 | 311 | 135 | 135 | 0 | 66 | 25 | 221 | 126 | 52 |
| Binary | 1111 | 11001001 | 1011101 | 1011101 | 0 | 110110 | 10101 | 10010001 | 1010110 | 101010 |
Color Harmonies of #0FC95D
Complementary color
Monochromatic Colors of #0FC95D
Black with #0FC95D
Text Example
Text Example
White with #0FC95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC95D; }
p { color: rgb(15,201,93); }
H1.HeaderClassName
{
color: #0FC95D;
}
.AnyTagClassName
{
color: #0FC95D;
}
</style>
background-color css
<style>
a { background-color: #0FC95D; }
a { background-color: rgb(15,201,93); }
div.DivClassName
{
background-color: #0FC95D;
}
.BgClassName
{
background-color: #0FC95D;
}
</style>
border-color css
<style>
span { border-color: #0FC95D; }
span { border-color: rgb(15,201,93); }
td.TdClassName
{
border-color: #0FC95D;
}
.TagClassName
{
border-color: #0FC95D;
}
</style>