Shades of Malachite #0FDD74
Tints of Malachite #0FDD74
RGB
CMYK
RGB Variations
Color information
#0FDD74 (or 0x0FDD74) is known color: Malachite. HEX triplet: 0F, DD and 74. RGB value is (15,221,116). Sum of RGB (Red+Green+Blue) = 15+221+116=352 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.26% from 352); Green value is 221 (86.72% from 255 or 62.78% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDD74 is #F0228B. Grayscale: #939393. Windows color (decimal): -15737484 or 7658767. OLE color: 7658767.
HSL color Cylindrical-coordinate representation of color #0FDD74: hue angle of 149.42º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDD74 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 221 | 116 | - |
| CMYK | 0.93 | 0 | 0.48 | 0.13 |
| HSL | 149.42º | 0.87% | 0.46% | - |
| HSV(B) | 149.42º | 0.93% | 0.87% | - |
| XYZ | 29.21 | 53.08 | 25.23 | - |
| YUV | 147.44 | 110.25 | 33.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 116 | 0.93 | 0 | 0.48 | 0.13 | 149.42 | 0.87 | 0.46 |
| Hex | F | DD | 74 | 5D | 0 | 30 | D | 95 | 57 | 2E |
| Octal | 17 | 335 | 164 | 135 | 0 | 60 | 15 | 225 | 127 | 56 |
| Binary | 1111 | 11011101 | 1110100 | 1011101 | 0 | 110000 | 1101 | 10010101 | 1010111 | 101110 |
Color Harmonies of #0FDD74
Complementary color
Monochromatic Colors of #0FDD74
Black with #0FDD74
Text Example
Text Example
White with #0FDD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDD74; }
p { color: rgb(15,221,116); }
H1.HeaderClassName
{
color: #0FDD74;
}
.AnyTagClassName
{
color: #0FDD74;
}
</style>
background-color css
<style>
a { background-color: #0FDD74; }
a { background-color: rgb(15,221,116); }
div.DivClassName
{
background-color: #0FDD74;
}
.BgClassName
{
background-color: #0FDD74;
}
</style>
border-color css
<style>
span { border-color: #0FDD74; }
span { border-color: rgb(15,221,116); }
td.TdClassName
{
border-color: #0FDD74;
}
.TagClassName
{
border-color: #0FDD74;
}
</style>