Shades of Malachite #0FCF6D
Tints of Malachite #0FCF6D
RGB
CMYK
RGB Variations
Color information
#0FCF6D (or 0x0FCF6D) is known color: Malachite. HEX triplet: 0F, CF and 6D. RGB value is (15,207,109). Sum of RGB (Red+Green+Blue) = 15+207+109=331 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.53% from 331); Green value is 207 (81.25% from 255 or 62.54% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCF6D is #F03092. Grayscale: #8A8A8A. Windows color (decimal): -15741075 or 7196431. OLE color: 7196431.
HSL color Cylindrical-coordinate representation of color #0FCF6D: hue angle of 149.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 #0FCF6D is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 109 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.19 |
| HSL | 149.38º | 0.86% | 0.44% | - |
| HSV(B) | 149.38º | 0.93% | 0.81% | - |
| XYZ | 25.27 | 45.83 | 21.98 | - |
| YUV | 138.42 | 111.39 | 39.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 109 | 0.93 | 0 | 0.47 | 0.19 | 149.38 | 0.86 | 0.44 |
| Hex | F | CF | 6D | 5D | 0 | 2F | 13 | 95 | 56 | 2C |
| Octal | 17 | 317 | 155 | 135 | 0 | 57 | 23 | 225 | 126 | 54 |
| Binary | 1111 | 11001111 | 1101101 | 1011101 | 0 | 101111 | 10011 | 10010101 | 1010110 | 101100 |
Color Harmonies of #0FCF6D
Complementary color
Monochromatic Colors of #0FCF6D
Black with #0FCF6D
Text Example
Text Example
White with #0FCF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF6D; }
p { color: rgb(15,207,109); }
H1.HeaderClassName
{
color: #0FCF6D;
}
.AnyTagClassName
{
color: #0FCF6D;
}
</style>
background-color css
<style>
a { background-color: #0FCF6D; }
a { background-color: rgb(15,207,109); }
div.DivClassName
{
background-color: #0FCF6D;
}
.BgClassName
{
background-color: #0FCF6D;
}
</style>
border-color css
<style>
span { border-color: #0FCF6D; }
span { border-color: rgb(15,207,109); }
td.TdClassName
{
border-color: #0FCF6D;
}
.TagClassName
{
border-color: #0FCF6D;
}
</style>