Shades of Malachite #0FC65C
Tints of Malachite #0FC65C
RGB
CMYK
RGB Variations
Color information
#0FC65C (or 0x0FC65C) is known color: Malachite. HEX triplet: 0F, C6 and 5C. RGB value is (15,198,92). Sum of RGB (Red+Green+Blue) = 15+198+92=305 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.92% from 305); Green value is 198 (77.73% from 255 or 64.92% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC65C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC65C is #F039A3. Grayscale: #838383. Windows color (decimal): -15743396 or 6080015. OLE color: 6080015.
HSL color Cylindrical-coordinate representation of color #0FC65C: hue angle of 145.25º 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 #0FC65C is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 198 | 92 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.22 |
| HSL | 145.25º | 0.86% | 0.42% | - |
| HSV(B) | 145.25º | 0.92% | 0.78% | - |
| XYZ | 22.32 | 41.26 | 16.91 | - |
| YUV | 131.2 | 105.87 | 45.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 198 | 92 | 0.92 | 0 | 0.54 | 0.22 | 145.25 | 0.86 | 0.42 |
| Hex | F | C6 | 5C | 5C | 0 | 36 | 16 | 91 | 56 | 2A |
| Octal | 17 | 306 | 134 | 134 | 0 | 66 | 26 | 221 | 126 | 52 |
| Binary | 1111 | 11000110 | 1011100 | 1011100 | 0 | 110110 | 10110 | 10010001 | 1010110 | 101010 |
Color Harmonies of #0FC65C
Complementary color
Monochromatic Colors of #0FC65C
Black with #0FC65C
Text Example
Text Example
White with #0FC65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC65C; }
p { color: rgb(15,198,92); }
H1.HeaderClassName
{
color: #0FC65C;
}
.AnyTagClassName
{
color: #0FC65C;
}
</style>
background-color css
<style>
a { background-color: #0FC65C; }
a { background-color: rgb(15,198,92); }
div.DivClassName
{
background-color: #0FC65C;
}
.BgClassName
{
background-color: #0FC65C;
}
</style>
border-color css
<style>
span { border-color: #0FC65C; }
span { border-color: rgb(15,198,92); }
td.TdClassName
{
border-color: #0FC65C;
}
.TagClassName
{
border-color: #0FC65C;
}
</style>