Shades of Malachite #0FC154
Tints of Malachite #0FC154
RGB
CMYK
RGB Variations
Color information
#0FC154 (or 0x0FC154) is known color: Malachite. HEX triplet: 0F, C1 and 54. RGB value is (15,193,84). Sum of RGB (Red+Green+Blue) = 15+193+84=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 193 (75.78% from 255 or 66.10% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC154 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC154 is #F03EAB. Grayscale: #7F7F7F. Windows color (decimal): -15744684 or 5554447. OLE color: 5554447.
HSL color Cylindrical-coordinate representation of color #0FC154: hue angle of 143.26º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC154 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 84 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.24 |
| HSL | 143.26º | 0.86% | 0.41% | - |
| HSV(B) | 143.26º | 0.92% | 0.76% | - |
| XYZ | 20.87 | 38.88 | 14.79 | - |
| YUV | 127.35 | 103.53 | 47.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 84 | 0.92 | 0 | 0.56 | 0.24 | 143.26 | 0.86 | 0.41 |
| Hex | F | C1 | 54 | 5C | 0 | 38 | 18 | 8F | 56 | 29 |
| Octal | 17 | 301 | 124 | 134 | 0 | 70 | 30 | 217 | 126 | 51 |
| Binary | 1111 | 11000001 | 1010100 | 1011100 | 0 | 111000 | 11000 | 10001111 | 1010110 | 101001 |
Color Harmonies of #0FC154
Complementary color
Monochromatic Colors of #0FC154
Black with #0FC154
Text Example
Text Example
White with #0FC154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC154; }
p { color: rgb(15,193,84); }
H1.HeaderClassName
{
color: #0FC154;
}
.AnyTagClassName
{
color: #0FC154;
}
</style>
background-color css
<style>
a { background-color: #0FC154; }
a { background-color: rgb(15,193,84); }
div.DivClassName
{
background-color: #0FC154;
}
.BgClassName
{
background-color: #0FC154;
}
</style>
border-color css
<style>
span { border-color: #0FC154; }
span { border-color: rgb(15,193,84); }
td.TdClassName
{
border-color: #0FC154;
}
.TagClassName
{
border-color: #0FC154;
}
</style>