Shades of Malachite #0FD048
Tints of Malachite #0FD048
RGB
CMYK
RGB Variations
Color information
#0FD048 (or 0x0FD048) is known color: Malachite. HEX triplet: 0F, D0 and 48. RGB value is (15,208,72). Sum of RGB (Red+Green+Blue) = 15+208+72=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 208 (81.64% from 255 or 70.51% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 208 - color contains mainly: green. Hex color #0FD048 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD048 is #F02FB7. Grayscale: #878787. Windows color (decimal): -15740856 or 4771855. OLE color: 4771855.
HSL color Cylindrical-coordinate representation of color #0FD048: hue angle of 137.72º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD048 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 208 | 72 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.18 |
| HSL | 137.72º | 0.87% | 0.44% | - |
| HSV(B) | 137.72º | 0.93% | 0.82% | - |
| XYZ | 23.92 | 45.68 | 13.69 | - |
| YUV | 134.79 | 92.56 | 42.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 208 | 72 | 0.93 | 0 | 0.65 | 0.18 | 137.72 | 0.87 | 0.44 |
| Hex | F | D0 | 48 | 5D | 0 | 41 | 12 | 8A | 57 | 2C |
| Octal | 17 | 320 | 110 | 135 | 0 | 101 | 22 | 212 | 127 | 54 |
| Binary | 1111 | 11010000 | 1001000 | 1011101 | 0 | 1000001 | 10010 | 10001010 | 1010111 | 101100 |
Color Harmonies of #0FD048
Complementary color
Monochromatic Colors of #0FD048
Black with #0FD048
Text Example
Text Example
White with #0FD048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD048; }
p { color: rgb(15,208,72); }
H1.HeaderClassName
{
color: #0FD048;
}
.AnyTagClassName
{
color: #0FD048;
}
</style>
background-color css
<style>
a { background-color: #0FD048; }
a { background-color: rgb(15,208,72); }
div.DivClassName
{
background-color: #0FD048;
}
.BgClassName
{
background-color: #0FD048;
}
</style>
border-color css
<style>
span { border-color: #0FD048; }
span { border-color: rgb(15,208,72); }
td.TdClassName
{
border-color: #0FD048;
}
.TagClassName
{
border-color: #0FD048;
}
</style>