Shades of Malachite #0FDB3C
Tints of Malachite #0FDB3C
RGB
CMYK
RGB Variations
Color information
#0FDB3C (or 0x0FDB3C) is known color: Malachite. HEX triplet: 0F, DB and 3C. RGB value is (15,219,60). Sum of RGB (Red+Green+Blue) = 15+219+60=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 219 (85.94% from 255 or 74.49% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDB3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDB3C is #F024C3. Grayscale: #8C8C8C. Windows color (decimal): -15738052 or 3988239. OLE color: 3988239.
HSL color Cylindrical-coordinate representation of color #0FDB3C: hue angle of 133.24º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDB3C is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 219 | 60 | - |
| CMYK | 0.93 | 0 | 0.73 | 0.14 |
| HSL | 133.24º | 0.87% | 0.46% | - |
| HSV(B) | 133.24º | 0.93% | 0.86% | - |
| XYZ | 26.34 | 51.09 | 12.75 | - |
| YUV | 139.88 | 82.91 | 38.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 60 | 0.93 | 0 | 0.73 | 0.14 | 133.24 | 0.87 | 0.46 |
| Hex | F | DB | 3C | 5D | 0 | 49 | E | 85 | 57 | 2E |
| Octal | 17 | 333 | 74 | 135 | 0 | 111 | 16 | 205 | 127 | 56 |
| Binary | 1111 | 11011011 | 111100 | 1011101 | 0 | 1001001 | 1110 | 10000101 | 1010111 | 101110 |
Color Harmonies of #0FDB3C
Complementary color
Monochromatic Colors of #0FDB3C
Black with #0FDB3C
Text Example
Text Example
White with #0FDB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDB3C; }
p { color: rgb(15,219,60); }
H1.HeaderClassName
{
color: #0FDB3C;
}
.AnyTagClassName
{
color: #0FDB3C;
}
</style>
background-color css
<style>
a { background-color: #0FDB3C; }
a { background-color: rgb(15,219,60); }
div.DivClassName
{
background-color: #0FDB3C;
}
.BgClassName
{
background-color: #0FDB3C;
}
</style>
border-color css
<style>
span { border-color: #0FDB3C; }
span { border-color: rgb(15,219,60); }
td.TdClassName
{
border-color: #0FDB3C;
}
.TagClassName
{
border-color: #0FDB3C;
}
</style>