Shades of Malachite #15DC5A
Tints of Malachite #15DC5A
RGB
CMYK
RGB Variations
Color information
#15DC5A (or 0x15DC5A) is known color: Malachite. HEX triplet: 15, DC and 5A. RGB value is (21,220,90). Sum of RGB (Red+Green+Blue) = 21+220+90=331 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.34% from 331); Green value is 220 (86.33% from 255 or 66.47% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 220 - color contains mainly: green. Hex color #15DC5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15DC5A is #EA23A5. Grayscale: #929292. Windows color (decimal): -15344550 or 5954581. OLE color: 5954581.
HSL color Cylindrical-coordinate representation of color #15DC5A: hue angle of 140.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15DC5A is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 220 | 90 | - |
| CMYK | 0.90 | 0 | 0.59 | 0.14 |
| HSL | 140.8º | 0.83% | 0.47% | - |
| HSV(B) | 140.8º | 0.9% | 0.86% | - |
| XYZ | 27.75 | 52.08 | 18.26 | - |
| YUV | 145.68 | 96.57 | 39.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 220 | 90 | 0.90 | 0 | 0.59 | 0.14 | 140.8 | 0.83 | 0.47 |
| Hex | 15 | DC | 5A | 5A | 0 | 3B | E | 8D | 53 | 2F |
| Octal | 25 | 334 | 132 | 132 | 0 | 73 | 16 | 215 | 123 | 57 |
| Binary | 10101 | 11011100 | 1011010 | 1011010 | 0 | 111011 | 1110 | 10001101 | 1010011 | 101111 |
Color Harmonies of #15DC5A
Complementary color
Monochromatic Colors of #15DC5A
Black with #15DC5A
Text Example
Text Example
White with #15DC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DC5A; }
p { color: rgb(21,220,90); }
H1.HeaderClassName
{
color: #15DC5A;
}
.AnyTagClassName
{
color: #15DC5A;
}
</style>
background-color css
<style>
a { background-color: #15DC5A; }
a { background-color: rgb(21,220,90); }
div.DivClassName
{
background-color: #15DC5A;
}
.BgClassName
{
background-color: #15DC5A;
}
</style>
border-color css
<style>
span { border-color: #15DC5A; }
span { border-color: rgb(21,220,90); }
td.TdClassName
{
border-color: #15DC5A;
}
.TagClassName
{
border-color: #15DC5A;
}
</style>