Shades of Malachite #0FC362
Tints of Malachite #0FC362
RGB
CMYK
RGB Variations
Color information
#0FC362 (or 0x0FC362) is known color: Malachite. HEX triplet: 0F, C3 and 62. RGB value is (15,195,98). Sum of RGB (Red+Green+Blue) = 15+195+98=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 195 (76.56% from 255 or 63.31% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC362 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC362 is #F03C9D. Grayscale: #828282. Windows color (decimal): -15744158 or 6472463. OLE color: 6472463.
HSL color Cylindrical-coordinate representation of color #0FC362: hue angle of 147.67º 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 #0FC362 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 195 | 98 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.24 |
| HSL | 147.67º | 0.86% | 0.41% | - |
| HSV(B) | 147.67º | 0.92% | 0.76% | - |
| XYZ | 21.92 | 40.01 | 18.12 | - |
| YUV | 130.12 | 109.87 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 195 | 98 | 0.92 | 0 | 0.50 | 0.24 | 147.67 | 0.86 | 0.41 |
| Hex | F | C3 | 62 | 5C | 0 | 32 | 18 | 94 | 56 | 29 |
| Octal | 17 | 303 | 142 | 134 | 0 | 62 | 30 | 224 | 126 | 51 |
| Binary | 1111 | 11000011 | 1100010 | 1011100 | 0 | 110010 | 11000 | 10010100 | 1010110 | 101001 |
Color Harmonies of #0FC362
Complementary color
Monochromatic Colors of #0FC362
Black with #0FC362
Text Example
Text Example
White with #0FC362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC362; }
p { color: rgb(15,195,98); }
H1.HeaderClassName
{
color: #0FC362;
}
.AnyTagClassName
{
color: #0FC362;
}
</style>
background-color css
<style>
a { background-color: #0FC362; }
a { background-color: rgb(15,195,98); }
div.DivClassName
{
background-color: #0FC362;
}
.BgClassName
{
background-color: #0FC362;
}
</style>
border-color css
<style>
span { border-color: #0FC362; }
span { border-color: rgb(15,195,98); }
td.TdClassName
{
border-color: #0FC362;
}
.TagClassName
{
border-color: #0FC362;
}
</style>