Shades of Malachite #15D050
Tints of Malachite #15D050
RGB
CMYK
RGB Variations
Color information
#15D050 (or 0x15D050) is known color: Malachite. HEX triplet: 15, D0 and 50. RGB value is (21,208,80). Sum of RGB (Red+Green+Blue) = 21+208+80=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 208 (81.64% from 255 or 67.31% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 208 - color contains mainly: green. Hex color #15D050 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15D050 is #EA2FAF. Grayscale: #898989. Windows color (decimal): -15347632 or 5296149. OLE color: 5296149.
HSL color Cylindrical-coordinate representation of color #15D050: hue angle of 138.93º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D050 is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 208 | 80 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.18 |
| HSL | 138.93º | 0.82% | 0.45% | - |
| HSV(B) | 138.93º | 0.9% | 0.82% | - |
| XYZ | 24.31 | 45.85 | 15.16 | - |
| YUV | 137.5 | 95.55 | 44.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 208 | 80 | 0.90 | 0 | 0.62 | 0.18 | 138.93 | 0.82 | 0.45 |
| Hex | 15 | D0 | 50 | 5A | 0 | 3E | 12 | 8B | 52 | 2D |
| Octal | 25 | 320 | 120 | 132 | 0 | 76 | 22 | 213 | 122 | 55 |
| Binary | 10101 | 11010000 | 1010000 | 1011010 | 0 | 111110 | 10010 | 10001011 | 1010010 | 101101 |
Color Harmonies of #15D050
Complementary color
Monochromatic Colors of #15D050
Black with #15D050
Text Example
Text Example
White with #15D050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D050; }
p { color: rgb(21,208,80); }
H1.HeaderClassName
{
color: #15D050;
}
.AnyTagClassName
{
color: #15D050;
}
</style>
background-color css
<style>
a { background-color: #15D050; }
a { background-color: rgb(21,208,80); }
div.DivClassName
{
background-color: #15D050;
}
.BgClassName
{
background-color: #15D050;
}
</style>
border-color css
<style>
span { border-color: #15D050; }
span { border-color: rgb(21,208,80); }
td.TdClassName
{
border-color: #15D050;
}
.TagClassName
{
border-color: #15D050;
}
</style>