Shades of Malachite #26CB60
Tints of Malachite #26CB60
RGB
CMYK
RGB Variations
Color information
#26CB60 (or 0x26CB60) is known color: Malachite. HEX triplet: 26, CB and 60. RGB value is (38,203,96). Sum of RGB (Red+Green+Blue) = 38+203+96=337 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.28% from 337); Green value is 203 (79.69% from 255 or 60.24% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 203 - color contains mainly: green. Hex color #26CB60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26CB60 is #D9349F. Grayscale: #8D8D8D. Windows color (decimal): -14234784 or 6343462. OLE color: 6343462.
HSL color Cylindrical-coordinate representation of color #26CB60: hue angle of 141.09º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26CB60 is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 203 | 96 | - |
| CMYK | 0.81 | 0 | 0.53 | 0.20 |
| HSL | 141.09º | 0.68% | 0.47% | - |
| HSV(B) | 141.09º | 0.81% | 0.8% | - |
| XYZ | 24.27 | 43.97 | 18.27 | - |
| YUV | 141.47 | 102.34 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 203 | 96 | 0.81 | 0 | 0.53 | 0.20 | 141.09 | 0.68 | 0.47 |
| Hex | 26 | CB | 60 | 51 | 0 | 35 | 14 | 8D | 44 | 2F |
| Octal | 46 | 313 | 140 | 121 | 0 | 65 | 24 | 215 | 104 | 57 |
| Binary | 100110 | 11001011 | 1100000 | 1010001 | 0 | 110101 | 10100 | 10001101 | 1000100 | 101111 |
Color Harmonies of #26CB60
Complementary color
Monochromatic Colors of #26CB60
Black with #26CB60
Text Example
Text Example
White with #26CB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CB60; }
p { color: rgb(38,203,96); }
H1.HeaderClassName
{
color: #26CB60;
}
.AnyTagClassName
{
color: #26CB60;
}
</style>
background-color css
<style>
a { background-color: #26CB60; }
a { background-color: rgb(38,203,96); }
div.DivClassName
{
background-color: #26CB60;
}
.BgClassName
{
background-color: #26CB60;
}
</style>
border-color css
<style>
span { border-color: #26CB60; }
span { border-color: rgb(38,203,96); }
td.TdClassName
{
border-color: #26CB60;
}
.TagClassName
{
border-color: #26CB60;
}
</style>