Shades of Malachite #0FC25F
Tints of Malachite #0FC25F
RGB
CMYK
RGB Variations
Color information
#0FC25F (or 0x0FC25F) is known color: Malachite. HEX triplet: 0F, C2 and 5F. RGB value is (15,194,95). Sum of RGB (Red+Green+Blue) = 15+194+95=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 194 (76.17% from 255 or 63.82% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC25F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC25F is #F03DA0. Grayscale: #818181. Windows color (decimal): -15744417 or 6275599. OLE color: 6275599.
HSL color Cylindrical-coordinate representation of color #0FC25F: hue angle of 146.82º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC25F is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 194 | 95 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.24 |
| HSL | 146.82º | 0.86% | 0.41% | - |
| HSV(B) | 146.82º | 0.92% | 0.76% | - |
| XYZ | 21.55 | 39.51 | 17.32 | - |
| YUV | 129.19 | 108.7 | 46.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 194 | 95 | 0.92 | 0 | 0.51 | 0.24 | 146.82 | 0.86 | 0.41 |
| Hex | F | C2 | 5F | 5C | 0 | 33 | 18 | 93 | 56 | 29 |
| Octal | 17 | 302 | 137 | 134 | 0 | 63 | 30 | 223 | 126 | 51 |
| Binary | 1111 | 11000010 | 1011111 | 1011100 | 0 | 110011 | 11000 | 10010011 | 1010110 | 101001 |
Color Harmonies of #0FC25F
Complementary color
Monochromatic Colors of #0FC25F
Black with #0FC25F
Text Example
Text Example
White with #0FC25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC25F; }
p { color: rgb(15,194,95); }
H1.HeaderClassName
{
color: #0FC25F;
}
.AnyTagClassName
{
color: #0FC25F;
}
</style>
background-color css
<style>
a { background-color: #0FC25F; }
a { background-color: rgb(15,194,95); }
div.DivClassName
{
background-color: #0FC25F;
}
.BgClassName
{
background-color: #0FC25F;
}
</style>
border-color css
<style>
span { border-color: #0FC25F; }
span { border-color: rgb(15,194,95); }
td.TdClassName
{
border-color: #0FC25F;
}
.TagClassName
{
border-color: #0FC25F;
}
</style>