Shades of Malachite #26DA5A
Tints of Malachite #26DA5A
RGB
CMYK
RGB Variations
Color information
#26DA5A (or 0x26DA5A) is known color: Malachite. HEX triplet: 26, DA and 5A. RGB value is (38,218,90). Sum of RGB (Red+Green+Blue) = 38+218+90=346 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.98% from 346); Green value is 218 (85.55% from 255 or 63.01% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 218 - color contains mainly: green. Hex color #26DA5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26DA5A is #D925A5. Grayscale: #959595. Windows color (decimal): -14230950 or 5954086. OLE color: 5954086.
HSL color Cylindrical-coordinate representation of color #26DA5A: hue angle of 137.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 #26DA5A is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 218 | 90 | - |
| CMYK | 0.83 | 0 | 0.59 | 0.15 |
| HSL | 137.33º | 0.71% | 0.5% | - |
| HSV(B) | 137.33º | 0.83% | 0.85% | - |
| XYZ | 27.72 | 51.29 | 18.11 | - |
| YUV | 149.59 | 94.37 | 48.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 218 | 90 | 0.83 | 0 | 0.59 | 0.15 | 137.33 | 0.71 | 0.5 |
| Hex | 26 | DA | 5A | 53 | 0 | 3B | F | 89 | 47 | 32 |
| Octal | 46 | 332 | 132 | 123 | 0 | 73 | 17 | 211 | 107 | 62 |
| Binary | 100110 | 11011010 | 1011010 | 1010011 | 0 | 111011 | 1111 | 10001001 | 1000111 | 110010 |
Color Harmonies of #26DA5A
Complementary color
Monochromatic Colors of #26DA5A
Black with #26DA5A
Text Example
Text Example
White with #26DA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DA5A; }
p { color: rgb(38,218,90); }
H1.HeaderClassName
{
color: #26DA5A;
}
.AnyTagClassName
{
color: #26DA5A;
}
</style>
background-color css
<style>
a { background-color: #26DA5A; }
a { background-color: rgb(38,218,90); }
div.DivClassName
{
background-color: #26DA5A;
}
.BgClassName
{
background-color: #26DA5A;
}
</style>
border-color css
<style>
span { border-color: #26DA5A; }
span { border-color: rgb(38,218,90); }
td.TdClassName
{
border-color: #26DA5A;
}
.TagClassName
{
border-color: #26DA5A;
}
</style>