Shades of Malachite #0FC35A
Tints of Malachite #0FC35A
RGB
CMYK
RGB Variations
Color information
#0FC35A (or 0x0FC35A) is known color: Malachite. HEX triplet: 0F, C3 and 5A. RGB value is (15,195,90). Sum of RGB (Red+Green+Blue) = 15+195+90=300 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5% from 300); Green value is 195 (76.56% from 255 or 65% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC35A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC35A is #F03CA5. Grayscale: #818181. Windows color (decimal): -15744166 or 5948175. OLE color: 5948175.
HSL color Cylindrical-coordinate representation of color #0FC35A: hue angle of 145º 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 #0FC35A is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 195 | 90 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.24 |
| HSL | 145º | 0.86% | 0.41% | - |
| HSV(B) | 145º | 0.92% | 0.76% | - |
| XYZ | 21.56 | 39.87 | 16.23 | - |
| YUV | 129.21 | 105.87 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 195 | 90 | 0.92 | 0 | 0.54 | 0.24 | 145 | 0.86 | 0.41 |
| Hex | F | C3 | 5A | 5C | 0 | 36 | 18 | 91 | 56 | 29 |
| Octal | 17 | 303 | 132 | 134 | 0 | 66 | 30 | 221 | 126 | 51 |
| Binary | 1111 | 11000011 | 1011010 | 1011100 | 0 | 110110 | 11000 | 10010001 | 1010110 | 101001 |
Color Harmonies of #0FC35A
Complementary color
Monochromatic Colors of #0FC35A
Black with #0FC35A
Text Example
Text Example
White with #0FC35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC35A; }
p { color: rgb(15,195,90); }
H1.HeaderClassName
{
color: #0FC35A;
}
.AnyTagClassName
{
color: #0FC35A;
}
</style>
background-color css
<style>
a { background-color: #0FC35A; }
a { background-color: rgb(15,195,90); }
div.DivClassName
{
background-color: #0FC35A;
}
.BgClassName
{
background-color: #0FC35A;
}
</style>
border-color css
<style>
span { border-color: #0FC35A; }
span { border-color: rgb(15,195,90); }
td.TdClassName
{
border-color: #0FC35A;
}
.TagClassName
{
border-color: #0FC35A;
}
</style>