Shades of Malachite #0FC355
Tints of Malachite #0FC355
RGB
CMYK
RGB Variations
Color information
#0FC355 (or 0x0FC355) is known color: Malachite. HEX triplet: 0F, C3 and 55. RGB value is (15,195,85). Sum of RGB (Red+Green+Blue) = 15+195+85=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 195 (76.56% from 255 or 66.10% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC355 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC355 is #F03CAA. Grayscale: #808080. Windows color (decimal): -15744171 or 5620495. OLE color: 5620495.
HSL color Cylindrical-coordinate representation of color #0FC355: hue angle of 143.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC355 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 195 | 85 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.24 |
| HSL | 143.33º | 0.86% | 0.41% | - |
| HSV(B) | 143.33º | 0.92% | 0.76% | - |
| XYZ | 21.35 | 39.79 | 15.15 | - |
| YUV | 128.64 | 103.37 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 195 | 85 | 0.92 | 0 | 0.56 | 0.24 | 143.33 | 0.86 | 0.41 |
| Hex | F | C3 | 55 | 5C | 0 | 38 | 18 | 8F | 56 | 29 |
| Octal | 17 | 303 | 125 | 134 | 0 | 70 | 30 | 217 | 126 | 51 |
| Binary | 1111 | 11000011 | 1010101 | 1011100 | 0 | 111000 | 11000 | 10001111 | 1010110 | 101001 |
Color Harmonies of #0FC355
Complementary color
Monochromatic Colors of #0FC355
Black with #0FC355
Text Example
Text Example
White with #0FC355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC355; }
p { color: rgb(15,195,85); }
H1.HeaderClassName
{
color: #0FC355;
}
.AnyTagClassName
{
color: #0FC355;
}
</style>
background-color css
<style>
a { background-color: #0FC355; }
a { background-color: rgb(15,195,85); }
div.DivClassName
{
background-color: #0FC355;
}
.BgClassName
{
background-color: #0FC355;
}
</style>
border-color css
<style>
span { border-color: #0FC355; }
span { border-color: rgb(15,195,85); }
td.TdClassName
{
border-color: #0FC355;
}
.TagClassName
{
border-color: #0FC355;
}
</style>