Shades of Malachite #0FCF49
Tints of Malachite #0FCF49
RGB
CMYK
RGB Variations
Color information
#0FCF49 (or 0x0FCF49) is known color: Malachite. HEX triplet: 0F, CF and 49. RGB value is (15,207,73). Sum of RGB (Red+Green+Blue) = 15+207+73=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 207 (81.25% from 255 or 70.17% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCF49 is #F030B6. Grayscale: #868686. Windows color (decimal): -15741111 or 4837135. OLE color: 4837135.
HSL color Cylindrical-coordinate representation of color #0FCF49: hue angle of 138.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCF49 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 73 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.19 |
| HSL | 138.13º | 0.86% | 0.44% | - |
| HSV(B) | 138.13º | 0.93% | 0.81% | - |
| XYZ | 23.71 | 45.21 | 13.78 | - |
| YUV | 134.32 | 93.39 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 73 | 0.93 | 0 | 0.65 | 0.19 | 138.13 | 0.86 | 0.44 |
| Hex | F | CF | 49 | 5D | 0 | 41 | 13 | 8A | 56 | 2C |
| Octal | 17 | 317 | 111 | 135 | 0 | 101 | 23 | 212 | 126 | 54 |
| Binary | 1111 | 11001111 | 1001001 | 1011101 | 0 | 1000001 | 10011 | 10001010 | 1010110 | 101100 |
Color Harmonies of #0FCF49
Complementary color
Monochromatic Colors of #0FCF49
Black with #0FCF49
Text Example
Text Example
White with #0FCF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF49; }
p { color: rgb(15,207,73); }
H1.HeaderClassName
{
color: #0FCF49;
}
.AnyTagClassName
{
color: #0FCF49;
}
</style>
background-color css
<style>
a { background-color: #0FCF49; }
a { background-color: rgb(15,207,73); }
div.DivClassName
{
background-color: #0FCF49;
}
.BgClassName
{
background-color: #0FCF49;
}
</style>
border-color css
<style>
span { border-color: #0FCF49; }
span { border-color: rgb(15,207,73); }
td.TdClassName
{
border-color: #0FCF49;
}
.TagClassName
{
border-color: #0FCF49;
}
</style>