Shades of Malachite #15CF70
Tints of Malachite #15CF70
RGB
CMYK
RGB Variations
Color information
#15CF70 (or 0x15CF70) is known color: Malachite. HEX triplet: 15, CF and 70. RGB value is (21,207,112). Sum of RGB (Red+Green+Blue) = 21+207+112=340 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.18% from 340); Green value is 207 (81.25% from 255 or 60.88% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 207 - color contains mainly: green. Hex color #15CF70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15CF70 is #EA308F. Grayscale: #8C8C8C. Windows color (decimal): -15347856 or 7393045. OLE color: 7393045.
HSL color Cylindrical-coordinate representation of color #15CF70: hue angle of 149.35º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CF70 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 207 | 112 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.19 |
| HSL | 149.35º | 0.82% | 0.45% | - |
| HSV(B) | 149.35º | 0.9% | 0.81% | - |
| XYZ | 25.55 | 45.95 | 22.85 | - |
| YUV | 140.56 | 111.88 | 42.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 207 | 112 | 0.90 | 0 | 0.46 | 0.19 | 149.35 | 0.82 | 0.45 |
| Hex | 15 | CF | 70 | 5A | 0 | 2E | 13 | 95 | 52 | 2D |
| Octal | 25 | 317 | 160 | 132 | 0 | 56 | 23 | 225 | 122 | 55 |
| Binary | 10101 | 11001111 | 1110000 | 1011010 | 0 | 101110 | 10011 | 10010101 | 1010010 | 101101 |
Color Harmonies of #15CF70
Complementary color
Monochromatic Colors of #15CF70
Black with #15CF70
Text Example
Text Example
White with #15CF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CF70; }
p { color: rgb(21,207,112); }
H1.HeaderClassName
{
color: #15CF70;
}
.AnyTagClassName
{
color: #15CF70;
}
</style>
background-color css
<style>
a { background-color: #15CF70; }
a { background-color: rgb(21,207,112); }
div.DivClassName
{
background-color: #15CF70;
}
.BgClassName
{
background-color: #15CF70;
}
</style>
border-color css
<style>
span { border-color: #15CF70; }
span { border-color: rgb(21,207,112); }
td.TdClassName
{
border-color: #15CF70;
}
.TagClassName
{
border-color: #15CF70;
}
</style>