Shades of Malachite #0FD145
Tints of Malachite #0FD145
RGB
CMYK
RGB Variations
Color information
#0FD145 (or 0x0FD145) is known color: Malachite. HEX triplet: 0F, D1 and 45. RGB value is (15,209,69). Sum of RGB (Red+Green+Blue) = 15+209+69=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 209 (82.03% from 255 or 71.33% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 209 - color contains mainly: green. Hex color #0FD145 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD145 is #F02EBA. Grayscale: #878787. Windows color (decimal): -15740603 or 4575503. OLE color: 4575503.
HSL color Cylindrical-coordinate representation of color #0FD145: hue angle of 136.7º 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 #0FD145 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 209 | 69 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.18 |
| HSL | 136.7º | 0.87% | 0.44% | - |
| HSV(B) | 136.7º | 0.93% | 0.82% | - |
| XYZ | 24.07 | 46.13 | 13.27 | - |
| YUV | 135.03 | 90.73 | 42.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 209 | 69 | 0.93 | 0 | 0.67 | 0.18 | 136.7 | 0.87 | 0.44 |
| Hex | F | D1 | 45 | 5D | 0 | 43 | 12 | 89 | 57 | 2C |
| Octal | 17 | 321 | 105 | 135 | 0 | 103 | 22 | 211 | 127 | 54 |
| Binary | 1111 | 11010001 | 1000101 | 1011101 | 0 | 1000011 | 10010 | 10001001 | 1010111 | 101100 |
Color Harmonies of #0FD145
Complementary color
Monochromatic Colors of #0FD145
Black with #0FD145
Text Example
Text Example
White with #0FD145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD145; }
p { color: rgb(15,209,69); }
H1.HeaderClassName
{
color: #0FD145;
}
.AnyTagClassName
{
color: #0FD145;
}
</style>
background-color css
<style>
a { background-color: #0FD145; }
a { background-color: rgb(15,209,69); }
div.DivClassName
{
background-color: #0FD145;
}
.BgClassName
{
background-color: #0FD145;
}
</style>
border-color css
<style>
span { border-color: #0FD145; }
span { border-color: rgb(15,209,69); }
td.TdClassName
{
border-color: #0FD145;
}
.TagClassName
{
border-color: #0FD145;
}
</style>