Shades of Malachite #26C960
Tints of Malachite #26C960
RGB
CMYK
RGB Variations
Color information
#26C960 (or 0x26C960) is known color: Malachite. HEX triplet: 26, C9 and 60. RGB value is (38,201,96). Sum of RGB (Red+Green+Blue) = 38+201+96=335 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.34% from 335); Green value is 201 (78.91% from 255 or 60% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 201 - color contains mainly: green. Hex color #26C960 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26C960 is #D9369F. Grayscale: #8C8C8C. Windows color (decimal): -14235296 or 6342950. OLE color: 6342950.
HSL color Cylindrical-coordinate representation of color #26C960: hue angle of 141.35º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C960 is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 201 | 96 | - |
| CMYK | 0.81 | 0 | 0.52 | 0.21 |
| HSL | 141.35º | 0.68% | 0.47% | - |
| HSV(B) | 141.35º | 0.81% | 0.79% | - |
| XYZ | 23.8 | 43.03 | 18.12 | - |
| YUV | 140.29 | 103 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 201 | 96 | 0.81 | 0 | 0.52 | 0.21 | 141.35 | 0.68 | 0.47 |
| Hex | 26 | C9 | 60 | 51 | 0 | 34 | 15 | 8D | 44 | 2F |
| Octal | 46 | 311 | 140 | 121 | 0 | 64 | 25 | 215 | 104 | 57 |
| Binary | 100110 | 11001001 | 1100000 | 1010001 | 0 | 110100 | 10101 | 10001101 | 1000100 | 101111 |
Color Harmonies of #26C960
Complementary color
Monochromatic Colors of #26C960
Black with #26C960
Text Example
Text Example
White with #26C960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C960; }
p { color: rgb(38,201,96); }
H1.HeaderClassName
{
color: #26C960;
}
.AnyTagClassName
{
color: #26C960;
}
</style>
background-color css
<style>
a { background-color: #26C960; }
a { background-color: rgb(38,201,96); }
div.DivClassName
{
background-color: #26C960;
}
.BgClassName
{
background-color: #26C960;
}
</style>
border-color css
<style>
span { border-color: #26C960; }
span { border-color: rgb(38,201,96); }
td.TdClassName
{
border-color: #26C960;
}
.TagClassName
{
border-color: #26C960;
}
</style>