Shades of Malachite #0FCF5D
Tints of Malachite #0FCF5D
RGB
CMYK
RGB Variations
Color information
#0FCF5D (or 0x0FCF5D) is known color: Malachite. HEX triplet: 0F, CF and 5D. RGB value is (15,207,93). Sum of RGB (Red+Green+Blue) = 15+207+93=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 207 (81.25% from 255 or 65.71% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCF5D is #F030A2. Grayscale: #888888. Windows color (decimal): -15741091 or 6147855. OLE color: 6147855.
HSL color Cylindrical-coordinate representation of color #0FCF5D: hue angle of 144.38º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCF5D is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 93 | - |
| CMYK | 0.93 | 0 | 0.55 | 0.19 |
| HSL | 144.38º | 0.86% | 0.44% | - |
| HSV(B) | 144.38º | 0.93% | 0.81% | - |
| XYZ | 24.49 | 45.52 | 17.85 | - |
| YUV | 136.6 | 103.39 | 41.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 93 | 0.93 | 0 | 0.55 | 0.19 | 144.38 | 0.86 | 0.44 |
| Hex | F | CF | 5D | 5D | 0 | 37 | 13 | 90 | 56 | 2C |
| Octal | 17 | 317 | 135 | 135 | 0 | 67 | 23 | 220 | 126 | 54 |
| Binary | 1111 | 11001111 | 1011101 | 1011101 | 0 | 110111 | 10011 | 10010000 | 1010110 | 101100 |
Color Harmonies of #0FCF5D
Complementary color
Monochromatic Colors of #0FCF5D
Black with #0FCF5D
Text Example
Text Example
White with #0FCF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF5D; }
p { color: rgb(15,207,93); }
H1.HeaderClassName
{
color: #0FCF5D;
}
.AnyTagClassName
{
color: #0FCF5D;
}
</style>
background-color css
<style>
a { background-color: #0FCF5D; }
a { background-color: rgb(15,207,93); }
div.DivClassName
{
background-color: #0FCF5D;
}
.BgClassName
{
background-color: #0FCF5D;
}
</style>
border-color css
<style>
span { border-color: #0FCF5D; }
span { border-color: rgb(15,207,93); }
td.TdClassName
{
border-color: #0FCF5D;
}
.TagClassName
{
border-color: #0FCF5D;
}
</style>