Shades of Malachite #0FD75C
Tints of Malachite #0FD75C
RGB
CMYK
RGB Variations
Color information
#0FD75C (or 0x0FD75C) is known color: Malachite. HEX triplet: 0F, D7 and 5C. RGB value is (15,215,92). Sum of RGB (Red+Green+Blue) = 15+215+92=322 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.66% from 322); Green value is 215 (84.38% from 255 or 66.77% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 215 - color contains mainly: green. Hex color #0FD75C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD75C is #F028A3. Grayscale: #8D8D8D. Windows color (decimal): -15739044 or 6084367. OLE color: 6084367.
HSL color Cylindrical-coordinate representation of color #0FD75C: hue angle of 143.1º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD75C is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 215 | 92 | - |
| CMYK | 0.93 | 0 | 0.57 | 0.16 |
| HSL | 143.1º | 0.87% | 0.45% | - |
| HSV(B) | 143.1º | 0.93% | 0.84% | - |
| XYZ | 26.43 | 49.48 | 18.28 | - |
| YUV | 141.18 | 100.24 | 38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 215 | 92 | 0.93 | 0 | 0.57 | 0.16 | 143.1 | 0.87 | 0.45 |
| Hex | F | D7 | 5C | 5D | 0 | 39 | 10 | 8F | 57 | 2D |
| Octal | 17 | 327 | 134 | 135 | 0 | 71 | 20 | 217 | 127 | 55 |
| Binary | 1111 | 11010111 | 1011100 | 1011101 | 0 | 111001 | 10000 | 10001111 | 1010111 | 101101 |
Color Harmonies of #0FD75C
Complementary color
Monochromatic Colors of #0FD75C
Black with #0FD75C
Text Example
Text Example
White with #0FD75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD75C; }
p { color: rgb(15,215,92); }
H1.HeaderClassName
{
color: #0FD75C;
}
.AnyTagClassName
{
color: #0FD75C;
}
</style>
background-color css
<style>
a { background-color: #0FD75C; }
a { background-color: rgb(15,215,92); }
div.DivClassName
{
background-color: #0FD75C;
}
.BgClassName
{
background-color: #0FD75C;
}
</style>
border-color css
<style>
span { border-color: #0FD75C; }
span { border-color: rgb(15,215,92); }
td.TdClassName
{
border-color: #0FD75C;
}
.TagClassName
{
border-color: #0FD75C;
}
</style>