Shades of Malachite #0FC55A
Tints of Malachite #0FC55A
RGB
CMYK
RGB Variations
Color information
#0FC55A (or 0x0FC55A) is known color: Malachite. HEX triplet: 0F, C5 and 5A. RGB value is (15,197,90). Sum of RGB (Red+Green+Blue) = 15+197+90=302 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.97% from 302); Green value is 197 (77.34% from 255 or 65.23% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 197 - color contains mainly: green. Hex color #0FC55A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC55A is #F03AA5. Grayscale: #828282. Windows color (decimal): -15743654 or 5948687. OLE color: 5948687.
HSL color Cylindrical-coordinate representation of color #0FC55A: hue angle of 144.73º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC55A is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 197 | 90 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.23 |
| HSL | 144.73º | 0.86% | 0.42% | - |
| HSV(B) | 144.73º | 0.92% | 0.77% | - |
| XYZ | 22.01 | 40.77 | 16.38 | - |
| YUV | 130.38 | 105.2 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 197 | 90 | 0.92 | 0 | 0.54 | 0.23 | 144.73 | 0.86 | 0.42 |
| Hex | F | C5 | 5A | 5C | 0 | 36 | 17 | 91 | 56 | 2A |
| Octal | 17 | 305 | 132 | 134 | 0 | 66 | 27 | 221 | 126 | 52 |
| Binary | 1111 | 11000101 | 1011010 | 1011100 | 0 | 110110 | 10111 | 10010001 | 1010110 | 101010 |
Color Harmonies of #0FC55A
Complementary color
Monochromatic Colors of #0FC55A
Black with #0FC55A
Text Example
Text Example
White with #0FC55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC55A; }
p { color: rgb(15,197,90); }
H1.HeaderClassName
{
color: #0FC55A;
}
.AnyTagClassName
{
color: #0FC55A;
}
</style>
background-color css
<style>
a { background-color: #0FC55A; }
a { background-color: rgb(15,197,90); }
div.DivClassName
{
background-color: #0FC55A;
}
.BgClassName
{
background-color: #0FC55A;
}
</style>
border-color css
<style>
span { border-color: #0FC55A; }
span { border-color: rgb(15,197,90); }
td.TdClassName
{
border-color: #0FC55A;
}
.TagClassName
{
border-color: #0FC55A;
}
</style>