Shades of Malachite #0FC555
Tints of Malachite #0FC555
RGB
CMYK
RGB Variations
Color information
#0FC555 (or 0x0FC555) is known color: Malachite. HEX triplet: 0F, C5 and 55. RGB value is (15,197,85). Sum of RGB (Red+Green+Blue) = 15+197+85=297 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.05% from 297); Green value is 197 (77.34% from 255 or 66.33% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 197 - color contains mainly: green. Hex color #0FC555 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC555 is #F03AAA. Grayscale: #828282. Windows color (decimal): -15743659 or 5621007. OLE color: 5621007.
HSL color Cylindrical-coordinate representation of color #0FC555: hue angle of 143.08º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC555 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 197 | 85 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.23 |
| HSL | 143.08º | 0.86% | 0.42% | - |
| HSV(B) | 143.08º | 0.92% | 0.77% | - |
| XYZ | 21.8 | 40.69 | 15.3 | - |
| YUV | 129.81 | 102.7 | 46.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 197 | 85 | 0.92 | 0 | 0.57 | 0.23 | 143.08 | 0.86 | 0.42 |
| Hex | F | C5 | 55 | 5C | 0 | 39 | 17 | 8F | 56 | 2A |
| Octal | 17 | 305 | 125 | 134 | 0 | 71 | 27 | 217 | 126 | 52 |
| Binary | 1111 | 11000101 | 1010101 | 1011100 | 0 | 111001 | 10111 | 10001111 | 1010110 | 101010 |
Color Harmonies of #0FC555
Complementary color
Monochromatic Colors of #0FC555
Black with #0FC555
Text Example
Text Example
White with #0FC555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC555; }
p { color: rgb(15,197,85); }
H1.HeaderClassName
{
color: #0FC555;
}
.AnyTagClassName
{
color: #0FC555;
}
</style>
background-color css
<style>
a { background-color: #0FC555; }
a { background-color: rgb(15,197,85); }
div.DivClassName
{
background-color: #0FC555;
}
.BgClassName
{
background-color: #0FC555;
}
</style>
border-color css
<style>
span { border-color: #0FC555; }
span { border-color: rgb(15,197,85); }
td.TdClassName
{
border-color: #0FC555;
}
.TagClassName
{
border-color: #0FC555;
}
</style>