Shades of Malachite #0FC768
Tints of Malachite #0FC768
RGB
CMYK
RGB Variations
Color information
#0FC768 (or 0x0FC768) is known color: Malachite. HEX triplet: 0F, C7 and 68. RGB value is (15,199,104). Sum of RGB (Red+Green+Blue) = 15+199+104=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 199 (78.12% from 255 or 62.58% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 199 - color contains mainly: green. Hex color #0FC768 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC768 is #F03897. Grayscale: #858585. Windows color (decimal): -15743128 or 6866703. OLE color: 6866703.
HSL color Cylindrical-coordinate representation of color #0FC768: hue angle of 149.02º 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 #0FC768 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 199 | 104 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.22 |
| HSL | 149.02º | 0.86% | 0.42% | - |
| HSV(B) | 149.02º | 0.92% | 0.78% | - |
| XYZ | 23.12 | 41.95 | 19.97 | - |
| YUV | 133.15 | 111.54 | 43.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 199 | 104 | 0.92 | 0 | 0.48 | 0.22 | 149.02 | 0.86 | 0.42 |
| Hex | F | C7 | 68 | 5C | 0 | 30 | 16 | 95 | 56 | 2A |
| Octal | 17 | 307 | 150 | 134 | 0 | 60 | 26 | 225 | 126 | 52 |
| Binary | 1111 | 11000111 | 1101000 | 1011100 | 0 | 110000 | 10110 | 10010101 | 1010110 | 101010 |
Color Harmonies of #0FC768
Complementary color
Monochromatic Colors of #0FC768
Black with #0FC768
Text Example
Text Example
White with #0FC768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC768; }
p { color: rgb(15,199,104); }
H1.HeaderClassName
{
color: #0FC768;
}
.AnyTagClassName
{
color: #0FC768;
}
</style>
background-color css
<style>
a { background-color: #0FC768; }
a { background-color: rgb(15,199,104); }
div.DivClassName
{
background-color: #0FC768;
}
.BgClassName
{
background-color: #0FC768;
}
</style>
border-color css
<style>
span { border-color: #0FC768; }
span { border-color: rgb(15,199,104); }
td.TdClassName
{
border-color: #0FC768;
}
.TagClassName
{
border-color: #0FC768;
}
</style>