Shades of Malachite #0FC84D
Tints of Malachite #0FC84D
RGB
CMYK
RGB Variations
Color information
#0FC84D (or 0x0FC84D) is known color: Malachite. HEX triplet: 0F, C8 and 4D. RGB value is (15,200,77). Sum of RGB (Red+Green+Blue) = 15+200+77=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 200 (78.52% from 255 or 68.49% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC84D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC84D is #F037B2. Grayscale: #828282. Windows color (decimal): -15742899 or 5097487. OLE color: 5097487.
HSL color Cylindrical-coordinate representation of color #0FC84D: hue angle of 140.11º 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 #0FC84D is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 200 | 77 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.22 |
| HSL | 140.11º | 0.86% | 0.42% | - |
| HSV(B) | 140.11º | 0.93% | 0.78% | - |
| XYZ | 22.19 | 41.95 | 13.95 | - |
| YUV | 130.66 | 97.71 | 45.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 200 | 77 | 0.92 | 0 | 0.62 | 0.22 | 140.11 | 0.86 | 0.42 |
| Hex | F | C8 | 4D | 5C | 0 | 3E | 16 | 8C | 56 | 2A |
| Octal | 17 | 310 | 115 | 134 | 0 | 76 | 26 | 214 | 126 | 52 |
| Binary | 1111 | 11001000 | 1001101 | 1011100 | 0 | 111110 | 10110 | 10001100 | 1010110 | 101010 |
Color Harmonies of #0FC84D
Complementary color
Monochromatic Colors of #0FC84D
Black with #0FC84D
Text Example
Text Example
White with #0FC84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC84D; }
p { color: rgb(15,200,77); }
H1.HeaderClassName
{
color: #0FC84D;
}
.AnyTagClassName
{
color: #0FC84D;
}
</style>
background-color css
<style>
a { background-color: #0FC84D; }
a { background-color: rgb(15,200,77); }
div.DivClassName
{
background-color: #0FC84D;
}
.BgClassName
{
background-color: #0FC84D;
}
</style>
border-color css
<style>
span { border-color: #0FC84D; }
span { border-color: rgb(15,200,77); }
td.TdClassName
{
border-color: #0FC84D;
}
.TagClassName
{
border-color: #0FC84D;
}
</style>