Shades of Malachite #26DB70
Tints of Malachite #26DB70
RGB
CMYK
RGB Variations
Color information
#26DB70 (or 0x26DB70) is known color: Malachite. HEX triplet: 26, DB and 70. RGB value is (38,219,112). Sum of RGB (Red+Green+Blue) = 38+219+112=369 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.30% from 369); Green value is 219 (85.94% from 255 or 59.35% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 219 - color contains mainly: green. Hex color #26DB70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26DB70 is #D9248F. Grayscale: #989898. Windows color (decimal): -14230672 or 7396134. OLE color: 7396134.
HSL color Cylindrical-coordinate representation of color #26DB70: hue angle of 144.53º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DB70 is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 219 | 112 | - |
| CMYK | 0.83 | 0 | 0.49 | 0.14 |
| HSL | 144.53º | 0.72% | 0.5% | - |
| HSV(B) | 144.53º | 0.83% | 0.86% | - |
| XYZ | 29.06 | 52.24 | 23.88 | - |
| YUV | 152.68 | 105.03 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 219 | 112 | 0.83 | 0 | 0.49 | 0.14 | 144.53 | 0.72 | 0.5 |
| Hex | 26 | DB | 70 | 53 | 0 | 31 | E | 91 | 48 | 32 |
| Octal | 46 | 333 | 160 | 123 | 0 | 61 | 16 | 221 | 110 | 62 |
| Binary | 100110 | 11011011 | 1110000 | 1010011 | 0 | 110001 | 1110 | 10010001 | 1001000 | 110010 |
Color Harmonies of #26DB70
Complementary color
Monochromatic Colors of #26DB70
Black with #26DB70
Text Example
Text Example
White with #26DB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DB70; }
p { color: rgb(38,219,112); }
H1.HeaderClassName
{
color: #26DB70;
}
.AnyTagClassName
{
color: #26DB70;
}
</style>
background-color css
<style>
a { background-color: #26DB70; }
a { background-color: rgb(38,219,112); }
div.DivClassName
{
background-color: #26DB70;
}
.BgClassName
{
background-color: #26DB70;
}
</style>
border-color css
<style>
span { border-color: #26DB70; }
span { border-color: rgb(38,219,112); }
td.TdClassName
{
border-color: #26DB70;
}
.TagClassName
{
border-color: #26DB70;
}
</style>