Shades of Malachite #0FCA5E
Tints of Malachite #0FCA5E
RGB
CMYK
RGB Variations
Color information
#0FCA5E (or 0x0FCA5E) is known color: Malachite. HEX triplet: 0F, CA and 5E. RGB value is (15,202,94). Sum of RGB (Red+Green+Blue) = 15+202+94=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 202 (79.30% from 255 or 64.95% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCA5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCA5E is #F035A1. Grayscale: #868686. Windows color (decimal): -15742370 or 6212111. OLE color: 6212111.
HSL color Cylindrical-coordinate representation of color #0FCA5E: hue angle of 145.35º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCA5E is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 202 | 94 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.21 |
| HSL | 145.35º | 0.86% | 0.43% | - |
| HSV(B) | 145.35º | 0.93% | 0.79% | - |
| XYZ | 23.34 | 43.15 | 17.69 | - |
| YUV | 133.78 | 105.55 | 43.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 94 | 0.93 | 0 | 0.53 | 0.21 | 145.35 | 0.86 | 0.43 |
| Hex | F | CA | 5E | 5D | 0 | 35 | 15 | 91 | 56 | 2B |
| Octal | 17 | 312 | 136 | 135 | 0 | 65 | 25 | 221 | 126 | 53 |
| Binary | 1111 | 11001010 | 1011110 | 1011101 | 0 | 110101 | 10101 | 10010001 | 1010110 | 101011 |
Color Harmonies of #0FCA5E
Complementary color
Monochromatic Colors of #0FCA5E
Black with #0FCA5E
Text Example
Text Example
White with #0FCA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCA5E; }
p { color: rgb(15,202,94); }
H1.HeaderClassName
{
color: #0FCA5E;
}
.AnyTagClassName
{
color: #0FCA5E;
}
</style>
background-color css
<style>
a { background-color: #0FCA5E; }
a { background-color: rgb(15,202,94); }
div.DivClassName
{
background-color: #0FCA5E;
}
.BgClassName
{
background-color: #0FCA5E;
}
</style>
border-color css
<style>
span { border-color: #0FCA5E; }
span { border-color: rgb(15,202,94); }
td.TdClassName
{
border-color: #0FCA5E;
}
.TagClassName
{
border-color: #0FCA5E;
}
</style>