Shades of Malachite #0FD95C
Tints of Malachite #0FD95C
RGB
CMYK
RGB Variations
Color information
#0FD95C (or 0x0FD95C) is known color: Malachite. HEX triplet: 0F, D9 and 5C. RGB value is (15,217,92). Sum of RGB (Red+Green+Blue) = 15+217+92=324 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.63% from 324); Green value is 217 (85.16% from 255 or 66.98% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 217 - color contains mainly: green. Hex color #0FD95C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD95C is #F026A3. Grayscale: #8E8E8E. Windows color (decimal): -15738532 or 6084879. OLE color: 6084879.
HSL color Cylindrical-coordinate representation of color #0FD95C: hue angle of 142.87º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD95C is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 217 | 92 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.15 |
| HSL | 142.87º | 0.87% | 0.45% | - |
| HSV(B) | 142.87º | 0.93% | 0.85% | - |
| XYZ | 26.94 | 50.5 | 18.45 | - |
| YUV | 142.35 | 99.58 | 37.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 217 | 92 | 0.93 | 0 | 0.58 | 0.15 | 142.87 | 0.87 | 0.45 |
| Hex | F | D9 | 5C | 5D | 0 | 3A | F | 8F | 57 | 2D |
| Octal | 17 | 331 | 134 | 135 | 0 | 72 | 17 | 217 | 127 | 55 |
| Binary | 1111 | 11011001 | 1011100 | 1011101 | 0 | 111010 | 1111 | 10001111 | 1010111 | 101101 |
Color Harmonies of #0FD95C
Complementary color
Monochromatic Colors of #0FD95C
Black with #0FD95C
Text Example
Text Example
White with #0FD95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD95C; }
p { color: rgb(15,217,92); }
H1.HeaderClassName
{
color: #0FD95C;
}
.AnyTagClassName
{
color: #0FD95C;
}
</style>
background-color css
<style>
a { background-color: #0FD95C; }
a { background-color: rgb(15,217,92); }
div.DivClassName
{
background-color: #0FD95C;
}
.BgClassName
{
background-color: #0FD95C;
}
</style>
border-color css
<style>
span { border-color: #0FD95C; }
span { border-color: rgb(15,217,92); }
td.TdClassName
{
border-color: #0FD95C;
}
.TagClassName
{
border-color: #0FD95C;
}
</style>