Shades of Malachite #0FCD5C
Tints of Malachite #0FCD5C
RGB
CMYK
RGB Variations
Color information
#0FCD5C (or 0x0FCD5C) is known color: Malachite. HEX triplet: 0F, CD and 5C. RGB value is (15,205,92). Sum of RGB (Red+Green+Blue) = 15+205+92=312 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.81% from 312); Green value is 205 (80.47% from 255 or 65.71% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCD5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCD5C is #F032A3. Grayscale: #878787. Windows color (decimal): -15741604 or 6081807. OLE color: 6081807.
HSL color Cylindrical-coordinate representation of color #0FCD5C: hue angle of 144.32º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCD5C is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 205 | 92 | - |
| CMYK | 0.93 | 0 | 0.55 | 0.20 |
| HSL | 144.32º | 0.86% | 0.43% | - |
| HSV(B) | 144.32º | 0.93% | 0.8% | - |
| XYZ | 23.96 | 44.54 | 17.46 | - |
| YUV | 135.31 | 103.55 | 42.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 92 | 0.93 | 0 | 0.55 | 0.20 | 144.32 | 0.86 | 0.43 |
| Hex | F | CD | 5C | 5D | 0 | 37 | 14 | 90 | 56 | 2B |
| Octal | 17 | 315 | 134 | 135 | 0 | 67 | 24 | 220 | 126 | 53 |
| Binary | 1111 | 11001101 | 1011100 | 1011101 | 0 | 110111 | 10100 | 10010000 | 1010110 | 101011 |
Color Harmonies of #0FCD5C
Complementary color
Monochromatic Colors of #0FCD5C
Black with #0FCD5C
Text Example
Text Example
White with #0FCD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCD5C; }
p { color: rgb(15,205,92); }
H1.HeaderClassName
{
color: #0FCD5C;
}
.AnyTagClassName
{
color: #0FCD5C;
}
</style>
background-color css
<style>
a { background-color: #0FCD5C; }
a { background-color: rgb(15,205,92); }
div.DivClassName
{
background-color: #0FCD5C;
}
.BgClassName
{
background-color: #0FCD5C;
}
</style>
border-color css
<style>
span { border-color: #0FCD5C; }
span { border-color: rgb(15,205,92); }
td.TdClassName
{
border-color: #0FCD5C;
}
.TagClassName
{
border-color: #0FCD5C;
}
</style>