Shades of Malachite #26DA60
Tints of Malachite #26DA60
RGB
CMYK
RGB Variations
Color information
#26DA60 (or 0x26DA60) is known color: Malachite. HEX triplet: 26, DA and 60. RGB value is (38,218,96). Sum of RGB (Red+Green+Blue) = 38+218+96=352 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.80% from 352); Green value is 218 (85.55% from 255 or 61.93% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 218 - color contains mainly: green. Hex color #26DA60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26DA60 is #D9259F. Grayscale: #969696. Windows color (decimal): -14230944 or 6347302. OLE color: 6347302.
HSL color Cylindrical-coordinate representation of color #26DA60: hue angle of 139.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DA60 is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 218 | 96 | - |
| CMYK | 0.83 | 0 | 0.56 | 0.15 |
| HSL | 139.33º | 0.71% | 0.5% | - |
| HSV(B) | 139.33º | 0.83% | 0.85% | - |
| XYZ | 27.98 | 51.4 | 19.51 | - |
| YUV | 150.27 | 97.37 | 47.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 218 | 96 | 0.83 | 0 | 0.56 | 0.15 | 139.33 | 0.71 | 0.5 |
| Hex | 26 | DA | 60 | 53 | 0 | 38 | F | 8B | 47 | 32 |
| Octal | 46 | 332 | 140 | 123 | 0 | 70 | 17 | 213 | 107 | 62 |
| Binary | 100110 | 11011010 | 1100000 | 1010011 | 0 | 111000 | 1111 | 10001011 | 1000111 | 110010 |
Color Harmonies of #26DA60
Complementary color
Monochromatic Colors of #26DA60
Black with #26DA60
Text Example
Text Example
White with #26DA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DA60; }
p { color: rgb(38,218,96); }
H1.HeaderClassName
{
color: #26DA60;
}
.AnyTagClassName
{
color: #26DA60;
}
</style>
background-color css
<style>
a { background-color: #26DA60; }
a { background-color: rgb(38,218,96); }
div.DivClassName
{
background-color: #26DA60;
}
.BgClassName
{
background-color: #26DA60;
}
</style>
border-color css
<style>
span { border-color: #26DA60; }
span { border-color: rgb(38,218,96); }
td.TdClassName
{
border-color: #26DA60;
}
.TagClassName
{
border-color: #26DA60;
}
</style>