Shades of Malachite #0FC84E
Tints of Malachite #0FC84E
RGB
CMYK
RGB Variations
Color information
#0FC84E (or 0x0FC84E) is known color: Malachite. HEX triplet: 0F, C8 and 4E. RGB value is (15,200,78). Sum of RGB (Red+Green+Blue) = 15+200+78=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 200 (78.52% from 255 or 68.26% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC84E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC84E is #F037B1. Grayscale: #838383. Windows color (decimal): -15742898 or 5163023. OLE color: 5163023.
HSL color Cylindrical-coordinate representation of color #0FC84E: hue angle of 140.43º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC84E is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 200 | 78 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.22 |
| HSL | 140.43º | 0.86% | 0.42% | - |
| HSV(B) | 140.43º | 0.93% | 0.78% | - |
| XYZ | 22.23 | 41.96 | 14.14 | - |
| YUV | 130.78 | 98.21 | 45.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 200 | 78 | 0.92 | 0 | 0.61 | 0.22 | 140.43 | 0.86 | 0.42 |
| Hex | F | C8 | 4E | 5C | 0 | 3D | 16 | 8C | 56 | 2A |
| Octal | 17 | 310 | 116 | 134 | 0 | 75 | 26 | 214 | 126 | 52 |
| Binary | 1111 | 11001000 | 1001110 | 1011100 | 0 | 111101 | 10110 | 10001100 | 1010110 | 101010 |
Color Harmonies of #0FC84E
Complementary color
Monochromatic Colors of #0FC84E
Black with #0FC84E
Text Example
Text Example
White with #0FC84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC84E; }
p { color: rgb(15,200,78); }
H1.HeaderClassName
{
color: #0FC84E;
}
.AnyTagClassName
{
color: #0FC84E;
}
</style>
background-color css
<style>
a { background-color: #0FC84E; }
a { background-color: rgb(15,200,78); }
div.DivClassName
{
background-color: #0FC84E;
}
.BgClassName
{
background-color: #0FC84E;
}
</style>
border-color css
<style>
span { border-color: #0FC84E; }
span { border-color: rgb(15,200,78); }
td.TdClassName
{
border-color: #0FC84E;
}
.TagClassName
{
border-color: #0FC84E;
}
</style>