Shades of Malachite #0FCC62
Tints of Malachite #0FCC62
RGB
CMYK
RGB Variations
Color information
#0FCC62 (or 0x0FCC62) is known color: Malachite. HEX triplet: 0F, CC and 62. RGB value is (15,204,98). Sum of RGB (Red+Green+Blue) = 15+204+98=317 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.73% from 317); Green value is 204 (80.08% from 255 or 64.35% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 204 - color contains mainly: green. Hex color #0FCC62 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCC62 is #F0339D. Grayscale: #878787. Windows color (decimal): -15741854 or 6474767. OLE color: 6474767.
HSL color Cylindrical-coordinate representation of color #0FCC62: hue angle of 146.35º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCC62 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 15 | 204 | 98 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.2 |
| HSL | 146.35º | 0.86% | 0.43% | - |
| HSV(B) | 146.35º | 0.93% | 0.8% | - |
| XYZ | 23.99 | 44.17 | 18.82 | - |
| YUV | 135.41 | 106.88 | 42.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 204 | 98 | 0.93 | 0 | 0.52 | 0.2 | 146.35 | 0.86 | 0.43 |
| Hex | F | CC | 62 | 5D | 0 | 34 | 14 | 92 | 56 | 2B |
| Octal | 17 | 314 | 142 | 135 | 0 | 64 | 24 | 222 | 126 | 53 |
| Binary | 1111 | 11001100 | 1100010 | 1011101 | 0 | 110100 | 10100 | 10010010 | 1010110 | 101011 |
Color Harmonies of #0FCC62
Complementary color
Monochromatic Colors of #0FCC62
Black with #0FCC62
Text Example
Text Example
White with #0FCC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCC62; }
p { color: rgb(15,204,98); }
H1.HeaderClassName
{
color: #0FCC62;
}
.AnyTagClassName
{
color: #0FCC62;
}
</style>
background-color css
<style>
a { background-color: #0FCC62; }
a { background-color: rgb(15,204,98); }
div.DivClassName
{
background-color: #0FCC62;
}
.BgClassName
{
background-color: #0FCC62;
}
</style>
border-color css
<style>
span { border-color: #0FCC62; }
span { border-color: rgb(15,204,98); }
td.TdClassName
{
border-color: #0FCC62;
}
.TagClassName
{
border-color: #0FCC62;
}
</style>