Shades of Malachite #0FC969
Tints of Malachite #0FC969
RGB
CMYK
RGB Variations
Color information
#0FC969 (or 0x0FC969) is known color: Malachite. HEX triplet: 0F, C9 and 69. RGB value is (15,201,105). Sum of RGB (Red+Green+Blue) = 15+201+105=321 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.67% from 321); Green value is 201 (78.91% from 255 or 62.62% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC969 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC969 is #F03696. Grayscale: #868686. Windows color (decimal): -15742615 or 6932751. OLE color: 6932751.
HSL color Cylindrical-coordinate representation of color #0FC969: hue angle of 149.03º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC969 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 201 | 105 | - |
| CMYK | 0.93 | 0 | 0.48 | 0.21 |
| HSL | 149.03º | 0.86% | 0.42% | - |
| HSV(B) | 149.03º | 0.93% | 0.79% | - |
| XYZ | 23.63 | 42.89 | 20.4 | - |
| YUV | 134.44 | 111.38 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 201 | 105 | 0.93 | 0 | 0.48 | 0.21 | 149.03 | 0.86 | 0.42 |
| Hex | F | C9 | 69 | 5D | 0 | 30 | 15 | 95 | 56 | 2A |
| Octal | 17 | 311 | 151 | 135 | 0 | 60 | 25 | 225 | 126 | 52 |
| Binary | 1111 | 11001001 | 1101001 | 1011101 | 0 | 110000 | 10101 | 10010101 | 1010110 | 101010 |
Color Harmonies of #0FC969
Complementary color
Monochromatic Colors of #0FC969
Black with #0FC969
Text Example
Text Example
White with #0FC969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC969; }
p { color: rgb(15,201,105); }
H1.HeaderClassName
{
color: #0FC969;
}
.AnyTagClassName
{
color: #0FC969;
}
</style>
background-color css
<style>
a { background-color: #0FC969; }
a { background-color: rgb(15,201,105); }
div.DivClassName
{
background-color: #0FC969;
}
.BgClassName
{
background-color: #0FC969;
}
</style>
border-color css
<style>
span { border-color: #0FC969; }
span { border-color: rgb(15,201,105); }
td.TdClassName
{
border-color: #0FC969;
}
.TagClassName
{
border-color: #0FC969;
}
</style>