Shades of Malachite #0FC650
Tints of Malachite #0FC650
RGB
CMYK
RGB Variations
Color information
#0FC650 (or 0x0FC650) is known color: Malachite. HEX triplet: 0F, C6 and 50. RGB value is (15,198,80). Sum of RGB (Red+Green+Blue) = 15+198+80=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 198 (77.73% from 255 or 67.58% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC650 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC650 is #F039AF. Grayscale: #828282. Windows color (decimal): -15743408 or 5293583. OLE color: 5293583.
HSL color Cylindrical-coordinate representation of color #0FC650: hue angle of 141.31º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC650 is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 198 | 80 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.22 |
| HSL | 141.31º | 0.86% | 0.42% | - |
| HSV(B) | 141.31º | 0.92% | 0.78% | - |
| XYZ | 21.84 | 41.07 | 14.37 | - |
| YUV | 129.83 | 99.87 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 198 | 80 | 0.92 | 0 | 0.60 | 0.22 | 141.31 | 0.86 | 0.42 |
| Hex | F | C6 | 50 | 5C | 0 | 3C | 16 | 8D | 56 | 2A |
| Octal | 17 | 306 | 120 | 134 | 0 | 74 | 26 | 215 | 126 | 52 |
| Binary | 1111 | 11000110 | 1010000 | 1011100 | 0 | 111100 | 10110 | 10001101 | 1010110 | 101010 |
Color Harmonies of #0FC650
Complementary color
Monochromatic Colors of #0FC650
Black with #0FC650
Text Example
Text Example
White with #0FC650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC650; }
p { color: rgb(15,198,80); }
H1.HeaderClassName
{
color: #0FC650;
}
.AnyTagClassName
{
color: #0FC650;
}
</style>
background-color css
<style>
a { background-color: #0FC650; }
a { background-color: rgb(15,198,80); }
div.DivClassName
{
background-color: #0FC650;
}
.BgClassName
{
background-color: #0FC650;
}
</style>
border-color css
<style>
span { border-color: #0FC650; }
span { border-color: rgb(15,198,80); }
td.TdClassName
{
border-color: #0FC650;
}
.TagClassName
{
border-color: #0FC650;
}
</style>