Shades of Malachite #0FCA55
Tints of Malachite #0FCA55
RGB
CMYK
RGB Variations
Color information
#0FCA55 (or 0x0FCA55) is known color: Malachite. HEX triplet: 0F, CA and 55. RGB value is (15,202,85). Sum of RGB (Red+Green+Blue) = 15+202+85=302 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.97% from 302); Green value is 202 (79.30% from 255 or 66.89% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCA55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCA55 is #F035AA. Grayscale: #858585. Windows color (decimal): -15742379 or 5622287. OLE color: 5622287.
HSL color Cylindrical-coordinate representation of color #0FCA55: hue angle of 142.46º 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 #0FCA55 is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 202 | 85 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.21 |
| HSL | 142.46º | 0.86% | 0.43% | - |
| HSV(B) | 142.46º | 0.93% | 0.79% | - |
| XYZ | 22.96 | 43 | 15.68 | - |
| YUV | 132.75 | 101.05 | 44.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 85 | 0.93 | 0 | 0.58 | 0.21 | 142.46 | 0.86 | 0.43 |
| Hex | F | CA | 55 | 5D | 0 | 3A | 15 | 8E | 56 | 2B |
| Octal | 17 | 312 | 125 | 135 | 0 | 72 | 25 | 216 | 126 | 53 |
| Binary | 1111 | 11001010 | 1010101 | 1011101 | 0 | 111010 | 10101 | 10001110 | 1010110 | 101011 |
Color Harmonies of #0FCA55
Complementary color
Monochromatic Colors of #0FCA55
Black with #0FCA55
Text Example
Text Example
White with #0FCA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCA55; }
p { color: rgb(15,202,85); }
H1.HeaderClassName
{
color: #0FCA55;
}
.AnyTagClassName
{
color: #0FCA55;
}
</style>
background-color css
<style>
a { background-color: #0FCA55; }
a { background-color: rgb(15,202,85); }
div.DivClassName
{
background-color: #0FCA55;
}
.BgClassName
{
background-color: #0FCA55;
}
</style>
border-color css
<style>
span { border-color: #0FCA55; }
span { border-color: rgb(15,202,85); }
td.TdClassName
{
border-color: #0FCA55;
}
.TagClassName
{
border-color: #0FCA55;
}
</style>