Shades of Malachite #0FC666
Tints of Malachite #0FC666
RGB
CMYK
RGB Variations
Color information
#0FC666 (or 0x0FC666) is known color: Malachite. HEX triplet: 0F, C6 and 66. RGB value is (15,198,102). Sum of RGB (Red+Green+Blue) = 15+198+102=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 198 (77.73% from 255 or 62.86% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC666 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC666 is #F03999. Grayscale: #848484. Windows color (decimal): -15743386 or 6735375. OLE color: 6735375.
HSL color Cylindrical-coordinate representation of color #0FC666: hue angle of 148.52º 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 #0FC666 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 198 | 102 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.22 |
| HSL | 148.52º | 0.86% | 0.42% | - |
| HSV(B) | 148.52º | 0.92% | 0.78% | - |
| XYZ | 22.79 | 41.45 | 19.37 | - |
| YUV | 132.34 | 110.87 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 198 | 102 | 0.92 | 0 | 0.48 | 0.22 | 148.52 | 0.86 | 0.42 |
| Hex | F | C6 | 66 | 5C | 0 | 30 | 16 | 95 | 56 | 2A |
| Octal | 17 | 306 | 146 | 134 | 0 | 60 | 26 | 225 | 126 | 52 |
| Binary | 1111 | 11000110 | 1100110 | 1011100 | 0 | 110000 | 10110 | 10010101 | 1010110 | 101010 |
Color Harmonies of #0FC666
Complementary color
Monochromatic Colors of #0FC666
Black with #0FC666
Text Example
Text Example
White with #0FC666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC666; }
p { color: rgb(15,198,102); }
H1.HeaderClassName
{
color: #0FC666;
}
.AnyTagClassName
{
color: #0FC666;
}
</style>
background-color css
<style>
a { background-color: #0FC666; }
a { background-color: rgb(15,198,102); }
div.DivClassName
{
background-color: #0FC666;
}
.BgClassName
{
background-color: #0FC666;
}
</style>
border-color css
<style>
span { border-color: #0FC666; }
span { border-color: rgb(15,198,102); }
td.TdClassName
{
border-color: #0FC666;
}
.TagClassName
{
border-color: #0FC666;
}
</style>