Shades of Malachite #0FDD36
Tints of Malachite #0FDD36
RGB
CMYK
RGB Variations
Color information
#0FDD36 (or 0x0FDD36) is known color: Malachite. HEX triplet: 0F, DD and 36. RGB value is (15,221,54). Sum of RGB (Red+Green+Blue) = 15+221+54=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 221 (86.72% from 255 or 76.21% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDD36 is #F022C9. Grayscale: #8C8C8C. Windows color (decimal): -15737546 or 3595535. OLE color: 3595535.
HSL color Cylindrical-coordinate representation of color #0FDD36: hue angle of 131.36º 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 #0FDD36 is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 221 | 54 | - |
| CMYK | 0.93 | 0 | 0.76 | 0.13 |
| HSL | 131.36º | 0.87% | 0.46% | - |
| HSV(B) | 131.36º | 0.93% | 0.87% | - |
| XYZ | 26.72 | 52.08 | 12.13 | - |
| YUV | 140.37 | 79.25 | 38.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 54 | 0.93 | 0 | 0.76 | 0.13 | 131.36 | 0.87 | 0.46 |
| Hex | F | DD | 36 | 5D | 0 | 4C | D | 83 | 57 | 2E |
| Octal | 17 | 335 | 66 | 135 | 0 | 114 | 15 | 203 | 127 | 56 |
| Binary | 1111 | 11011101 | 110110 | 1011101 | 0 | 1001100 | 1101 | 10000011 | 1010111 | 101110 |
Color Harmonies of #0FDD36
Complementary color
Monochromatic Colors of #0FDD36
Black with #0FDD36
Text Example
Text Example
White with #0FDD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDD36; }
p { color: rgb(15,221,54); }
H1.HeaderClassName
{
color: #0FDD36;
}
.AnyTagClassName
{
color: #0FDD36;
}
</style>
background-color css
<style>
a { background-color: #0FDD36; }
a { background-color: rgb(15,221,54); }
div.DivClassName
{
background-color: #0FDD36;
}
.BgClassName
{
background-color: #0FDD36;
}
</style>
border-color css
<style>
span { border-color: #0FDD36; }
span { border-color: rgb(15,221,54); }
td.TdClassName
{
border-color: #0FDD36;
}
.TagClassName
{
border-color: #0FDD36;
}
</style>