Shades of Malachite #0FC769
Tints of Malachite #0FC769
RGB
CMYK
RGB Variations
Color information
#0FC769 (or 0x0FC769) is known color: Malachite. HEX triplet: 0F, C7 and 69. RGB value is (15,199,105). Sum of RGB (Red+Green+Blue) = 15+199+105=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 199 (78.12% from 255 or 62.38% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 199 - color contains mainly: green. Hex color #0FC769 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC769 is #F03896. Grayscale: #858585. Windows color (decimal): -15743127 or 6932239. OLE color: 6932239.
HSL color Cylindrical-coordinate representation of color #0FC769: hue angle of 149.35º 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 #0FC769 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 199 | 105 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.22 |
| HSL | 149.35º | 0.86% | 0.42% | - |
| HSV(B) | 149.35º | 0.92% | 0.78% | - |
| XYZ | 23.17 | 41.97 | 20.24 | - |
| YUV | 133.27 | 112.04 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 199 | 105 | 0.92 | 0 | 0.47 | 0.22 | 149.35 | 0.86 | 0.42 |
| Hex | F | C7 | 69 | 5C | 0 | 2F | 16 | 95 | 56 | 2A |
| Octal | 17 | 307 | 151 | 134 | 0 | 57 | 26 | 225 | 126 | 52 |
| Binary | 1111 | 11000111 | 1101001 | 1011100 | 0 | 101111 | 10110 | 10010101 | 1010110 | 101010 |
Color Harmonies of #0FC769
Complementary color
Monochromatic Colors of #0FC769
Black with #0FC769
Text Example
Text Example
White with #0FC769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC769; }
p { color: rgb(15,199,105); }
H1.HeaderClassName
{
color: #0FC769;
}
.AnyTagClassName
{
color: #0FC769;
}
</style>
background-color css
<style>
a { background-color: #0FC769; }
a { background-color: rgb(15,199,105); }
div.DivClassName
{
background-color: #0FC769;
}
.BgClassName
{
background-color: #0FC769;
}
</style>
border-color css
<style>
span { border-color: #0FC769; }
span { border-color: rgb(15,199,105); }
td.TdClassName
{
border-color: #0FC769;
}
.TagClassName
{
border-color: #0FC769;
}
</style>