Shades of Malachite #26D860
Tints of Malachite #26D860
RGB
CMYK
RGB Variations
Color information
#26D860 (or 0x26D860) is known color: Malachite. HEX triplet: 26, D8 and 60. RGB value is (38,216,96). Sum of RGB (Red+Green+Blue) = 38+216+96=350 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.86% from 350); Green value is 216 (84.77% from 255 or 61.71% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 216 - color contains mainly: green. Hex color #26D860 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26D860 is #D9279F. Grayscale: #959595. Windows color (decimal): -14231456 or 6346790. OLE color: 6346790.
HSL color Cylindrical-coordinate representation of color #26D860: hue angle of 139.55º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D860 is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 216 | 96 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.15 |
| HSL | 139.55º | 0.7% | 0.5% | - |
| HSV(B) | 139.55º | 0.82% | 0.85% | - |
| XYZ | 27.47 | 50.37 | 19.34 | - |
| YUV | 149.1 | 98.03 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 216 | 96 | 0.82 | 0 | 0.56 | 0.15 | 139.55 | 0.7 | 0.5 |
| Hex | 26 | D8 | 60 | 52 | 0 | 38 | F | 8C | 46 | 32 |
| Octal | 46 | 330 | 140 | 122 | 0 | 70 | 17 | 214 | 106 | 62 |
| Binary | 100110 | 11011000 | 1100000 | 1010010 | 0 | 111000 | 1111 | 10001100 | 1000110 | 110010 |
Color Harmonies of #26D860
Complementary color
Monochromatic Colors of #26D860
Black with #26D860
Text Example
Text Example
White with #26D860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D860; }
p { color: rgb(38,216,96); }
H1.HeaderClassName
{
color: #26D860;
}
.AnyTagClassName
{
color: #26D860;
}
</style>
background-color css
<style>
a { background-color: #26D860; }
a { background-color: rgb(38,216,96); }
div.DivClassName
{
background-color: #26D860;
}
.BgClassName
{
background-color: #26D860;
}
</style>
border-color css
<style>
span { border-color: #26D860; }
span { border-color: rgb(38,216,96); }
td.TdClassName
{
border-color: #26D860;
}
.TagClassName
{
border-color: #26D860;
}
</style>