Shades of Malachite #0FC15B
Tints of Malachite #0FC15B
RGB
CMYK
RGB Variations
Color information
#0FC15B (or 0x0FC15B) is known color: Malachite. HEX triplet: 0F, C1 and 5B. RGB value is (15,193,91). Sum of RGB (Red+Green+Blue) = 15+193+91=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 193 (75.78% from 255 or 64.55% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC15B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC15B is #F03EA4. Grayscale: #808080. Windows color (decimal): -15744677 or 6013199. OLE color: 6013199.
HSL color Cylindrical-coordinate representation of color #0FC15B: hue angle of 145.62º 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 #0FC15B is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 91 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.24 |
| HSL | 145.62º | 0.86% | 0.41% | - |
| HSV(B) | 145.62º | 0.92% | 0.76% | - |
| XYZ | 21.16 | 39 | 16.31 | - |
| YUV | 128.15 | 107.03 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 91 | 0.92 | 0 | 0.53 | 0.24 | 145.62 | 0.86 | 0.41 |
| Hex | F | C1 | 5B | 5C | 0 | 35 | 18 | 92 | 56 | 29 |
| Octal | 17 | 301 | 133 | 134 | 0 | 65 | 30 | 222 | 126 | 51 |
| Binary | 1111 | 11000001 | 1011011 | 1011100 | 0 | 110101 | 11000 | 10010010 | 1010110 | 101001 |
Color Harmonies of #0FC15B
Complementary color
Monochromatic Colors of #0FC15B
Black with #0FC15B
Text Example
Text Example
White with #0FC15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC15B; }
p { color: rgb(15,193,91); }
H1.HeaderClassName
{
color: #0FC15B;
}
.AnyTagClassName
{
color: #0FC15B;
}
</style>
background-color css
<style>
a { background-color: #0FC15B; }
a { background-color: rgb(15,193,91); }
div.DivClassName
{
background-color: #0FC15B;
}
.BgClassName
{
background-color: #0FC15B;
}
</style>
border-color css
<style>
span { border-color: #0FC15B; }
span { border-color: rgb(15,193,91); }
td.TdClassName
{
border-color: #0FC15B;
}
.TagClassName
{
border-color: #0FC15B;
}
</style>