Shades of Malachite #0FCB64
Tints of Malachite #0FCB64
RGB
CMYK
RGB Variations
Color information
#0FCB64 (or 0x0FCB64) is known color: Malachite. HEX triplet: 0F, CB and 64. RGB value is (15,203,100). Sum of RGB (Red+Green+Blue) = 15+203+100=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 203 (79.69% from 255 or 63.84% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 203 - color contains mainly: green. Hex color #0FCB64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCB64 is #F0349B. Grayscale: #878787. Windows color (decimal): -15742108 or 6605583. OLE color: 6605583.
HSL color Cylindrical-coordinate representation of color #0FCB64: hue angle of 147.13º 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 #0FCB64 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 203 | 100 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.20 |
| HSL | 147.13º | 0.86% | 0.43% | - |
| HSV(B) | 147.13º | 0.93% | 0.8% | - |
| XYZ | 23.85 | 43.73 | 19.24 | - |
| YUV | 135.05 | 108.22 | 42.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 203 | 100 | 0.93 | 0 | 0.51 | 0.20 | 147.13 | 0.86 | 0.43 |
| Hex | F | CB | 64 | 5D | 0 | 33 | 14 | 93 | 56 | 2B |
| Octal | 17 | 313 | 144 | 135 | 0 | 63 | 24 | 223 | 126 | 53 |
| Binary | 1111 | 11001011 | 1100100 | 1011101 | 0 | 110011 | 10100 | 10010011 | 1010110 | 101011 |
Color Harmonies of #0FCB64
Complementary color
Monochromatic Colors of #0FCB64
Black with #0FCB64
Text Example
Text Example
White with #0FCB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCB64; }
p { color: rgb(15,203,100); }
H1.HeaderClassName
{
color: #0FCB64;
}
.AnyTagClassName
{
color: #0FCB64;
}
</style>
background-color css
<style>
a { background-color: #0FCB64; }
a { background-color: rgb(15,203,100); }
div.DivClassName
{
background-color: #0FCB64;
}
.BgClassName
{
background-color: #0FCB64;
}
</style>
border-color css
<style>
span { border-color: #0FCB64; }
span { border-color: rgb(15,203,100); }
td.TdClassName
{
border-color: #0FCB64;
}
.TagClassName
{
border-color: #0FCB64;
}
</style>