Shades of Malachite #0FC054
Tints of Malachite #0FC054
RGB
CMYK
RGB Variations
Color information
#0FC054 (or 0x0FC054) is known color: Malachite. HEX triplet: 0F, C0 and 54. RGB value is (15,192,84). Sum of RGB (Red+Green+Blue) = 15+192+84=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 192 (75.39% from 255 or 65.98% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC054 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC054 is #F03FAB. Grayscale: #7F7F7F. Windows color (decimal): -15744940 or 5554191. OLE color: 5554191.
HSL color Cylindrical-coordinate representation of color #0FC054: hue angle of 143.39º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC054 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 84 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.25 |
| HSL | 143.39º | 0.86% | 0.41% | - |
| HSV(B) | 143.39º | 0.92% | 0.75% | - |
| XYZ | 20.65 | 38.44 | 14.72 | - |
| YUV | 126.77 | 103.86 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 84 | 0.92 | 0 | 0.56 | 0.25 | 143.39 | 0.86 | 0.41 |
| Hex | F | C0 | 54 | 5C | 0 | 38 | 19 | 8F | 56 | 29 |
| Octal | 17 | 300 | 124 | 134 | 0 | 70 | 31 | 217 | 126 | 51 |
| Binary | 1111 | 11000000 | 1010100 | 1011100 | 0 | 111000 | 11001 | 10001111 | 1010110 | 101001 |
Color Harmonies of #0FC054
Complementary color
Monochromatic Colors of #0FC054
Black with #0FC054
Text Example
Text Example
White with #0FC054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC054; }
p { color: rgb(15,192,84); }
H1.HeaderClassName
{
color: #0FC054;
}
.AnyTagClassName
{
color: #0FC054;
}
</style>
background-color css
<style>
a { background-color: #0FC054; }
a { background-color: rgb(15,192,84); }
div.DivClassName
{
background-color: #0FC054;
}
.BgClassName
{
background-color: #0FC054;
}
</style>
border-color css
<style>
span { border-color: #0FC054; }
span { border-color: rgb(15,192,84); }
td.TdClassName
{
border-color: #0FC054;
}
.TagClassName
{
border-color: #0FC054;
}
</style>