Shades of Malachite #0FCA4D
Tints of Malachite #0FCA4D
RGB
CMYK
RGB Variations
Color information
#0FCA4D (or 0x0FCA4D) is known color: Malachite. HEX triplet: 0F, CA and 4D. RGB value is (15,202,77). Sum of RGB (Red+Green+Blue) = 15+202+77=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 202 (79.30% from 255 or 68.71% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCA4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCA4D is #F035B2. Grayscale: #848484. Windows color (decimal): -15742387 or 5097999. OLE color: 5097999.
HSL color Cylindrical-coordinate representation of color #0FCA4D: hue angle of 139.89º 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 #0FCA4D is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 202 | 77 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.21 |
| HSL | 139.89º | 0.86% | 0.43% | - |
| HSV(B) | 139.89º | 0.93% | 0.79% | - |
| XYZ | 22.66 | 42.88 | 14.1 | - |
| YUV | 131.84 | 97.05 | 44.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 77 | 0.93 | 0 | 0.62 | 0.21 | 139.89 | 0.86 | 0.43 |
| Hex | F | CA | 4D | 5D | 0 | 3E | 15 | 8C | 56 | 2B |
| Octal | 17 | 312 | 115 | 135 | 0 | 76 | 25 | 214 | 126 | 53 |
| Binary | 1111 | 11001010 | 1001101 | 1011101 | 0 | 111110 | 10101 | 10001100 | 1010110 | 101011 |
Color Harmonies of #0FCA4D
Complementary color
Monochromatic Colors of #0FCA4D
Black with #0FCA4D
Text Example
Text Example
White with #0FCA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCA4D; }
p { color: rgb(15,202,77); }
H1.HeaderClassName
{
color: #0FCA4D;
}
.AnyTagClassName
{
color: #0FCA4D;
}
</style>
background-color css
<style>
a { background-color: #0FCA4D; }
a { background-color: rgb(15,202,77); }
div.DivClassName
{
background-color: #0FCA4D;
}
.BgClassName
{
background-color: #0FCA4D;
}
</style>
border-color css
<style>
span { border-color: #0FCA4D; }
span { border-color: rgb(15,202,77); }
td.TdClassName
{
border-color: #0FCA4D;
}
.TagClassName
{
border-color: #0FCA4D;
}
</style>