Shades of Malachite #0FCA58
Tints of Malachite #0FCA58
RGB
CMYK
RGB Variations
Color information
#0FCA58 (or 0x0FCA58) is known color: Malachite. HEX triplet: 0F, CA and 58. RGB value is (15,202,88). Sum of RGB (Red+Green+Blue) = 15+202+88=305 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.92% from 305); Green value is 202 (79.30% from 255 or 66.23% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCA58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCA58 is #F035A7. Grayscale: #858585. Windows color (decimal): -15742376 or 5818895. OLE color: 5818895.
HSL color Cylindrical-coordinate representation of color #0FCA58: hue angle of 143.42º 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 #0FCA58 is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 202 | 88 | - |
| CMYK | 0.93 | 0 | 0.56 | 0.21 |
| HSL | 143.42º | 0.86% | 0.43% | - |
| HSV(B) | 143.42º | 0.93% | 0.79% | - |
| XYZ | 23.08 | 43.05 | 16.33 | - |
| YUV | 133.09 | 102.55 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 88 | 0.93 | 0 | 0.56 | 0.21 | 143.42 | 0.86 | 0.43 |
| Hex | F | CA | 58 | 5D | 0 | 38 | 15 | 8F | 56 | 2B |
| Octal | 17 | 312 | 130 | 135 | 0 | 70 | 25 | 217 | 126 | 53 |
| Binary | 1111 | 11001010 | 1011000 | 1011101 | 0 | 111000 | 10101 | 10001111 | 1010110 | 101011 |
Color Harmonies of #0FCA58
Complementary color
Monochromatic Colors of #0FCA58
Black with #0FCA58
Text Example
Text Example
White with #0FCA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCA58; }
p { color: rgb(15,202,88); }
H1.HeaderClassName
{
color: #0FCA58;
}
.AnyTagClassName
{
color: #0FCA58;
}
</style>
background-color css
<style>
a { background-color: #0FCA58; }
a { background-color: rgb(15,202,88); }
div.DivClassName
{
background-color: #0FCA58;
}
.BgClassName
{
background-color: #0FCA58;
}
</style>
border-color css
<style>
span { border-color: #0FCA58; }
span { border-color: rgb(15,202,88); }
td.TdClassName
{
border-color: #0FCA58;
}
.TagClassName
{
border-color: #0FCA58;
}
</style>