Shades of Malachite #0FC852
Tints of Malachite #0FC852
RGB
CMYK
RGB Variations
Color information
#0FC852 (or 0x0FC852) is known color: Malachite. HEX triplet: 0F, C8 and 52. RGB value is (15,200,82). Sum of RGB (Red+Green+Blue) = 15+200+82=297 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.05% from 297); Green value is 200 (78.52% from 255 or 67.34% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC852 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC852 is #F037AD. Grayscale: #838383. Windows color (decimal): -15742894 or 5425167. OLE color: 5425167.
HSL color Cylindrical-coordinate representation of color #0FC852: hue angle of 141.73º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC852 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 200 | 82 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.22 |
| HSL | 141.73º | 0.86% | 0.42% | - |
| HSV(B) | 141.73º | 0.93% | 0.78% | - |
| XYZ | 22.37 | 42.02 | 14.91 | - |
| YUV | 131.23 | 100.21 | 45.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 200 | 82 | 0.92 | 0 | 0.59 | 0.22 | 141.73 | 0.86 | 0.42 |
| Hex | F | C8 | 52 | 5C | 0 | 3B | 16 | 8E | 56 | 2A |
| Octal | 17 | 310 | 122 | 134 | 0 | 73 | 26 | 216 | 126 | 52 |
| Binary | 1111 | 11001000 | 1010010 | 1011100 | 0 | 111011 | 10110 | 10001110 | 1010110 | 101010 |
Color Harmonies of #0FC852
Complementary color
Monochromatic Colors of #0FC852
Black with #0FC852
Text Example
Text Example
White with #0FC852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC852; }
p { color: rgb(15,200,82); }
H1.HeaderClassName
{
color: #0FC852;
}
.AnyTagClassName
{
color: #0FC852;
}
</style>
background-color css
<style>
a { background-color: #0FC852; }
a { background-color: rgb(15,200,82); }
div.DivClassName
{
background-color: #0FC852;
}
.BgClassName
{
background-color: #0FC852;
}
</style>
border-color css
<style>
span { border-color: #0FC852; }
span { border-color: rgb(15,200,82); }
td.TdClassName
{
border-color: #0FC852;
}
.TagClassName
{
border-color: #0FC852;
}
</style>