Shades of Malachite #26D068
Tints of Malachite #26D068
RGB
CMYK
RGB Variations
Color information
#26D068 (or 0x26D068) is known color: Malachite. HEX triplet: 26, D0 and 68. RGB value is (38,208,104). Sum of RGB (Red+Green+Blue) = 38+208+104=350 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.86% from 350); Green value is 208 (81.64% from 255 or 59.43% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 208 - color contains mainly: green. Hex color #26D068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26D068 is #D92F97. Grayscale: #919191. Windows color (decimal): -14233496 or 6869030. OLE color: 6869030.
HSL color Cylindrical-coordinate representation of color #26D068: hue angle of 143.29º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D068 is Cyan = 0.82, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 208 | 104 | - |
| CMYK | 0.82 | 0 | 0.5 | 0.18 |
| HSL | 143.29º | 0.69% | 0.48% | - |
| HSV(B) | 143.29º | 0.82% | 0.82% | - |
| XYZ | 25.85 | 46.52 | 20.71 | - |
| YUV | 145.31 | 104.68 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 208 | 104 | 0.82 | 0 | 0.5 | 0.18 | 143.29 | 0.69 | 0.48 |
| Hex | 26 | D0 | 68 | 52 | 0 | 32 | 12 | 8F | 45 | 30 |
| Octal | 46 | 320 | 150 | 122 | 0 | 62 | 22 | 217 | 105 | 60 |
| Binary | 100110 | 11010000 | 1101000 | 1010010 | 0 | 110010 | 10010 | 10001111 | 1000101 | 110000 |
Color Harmonies of #26D068
Complementary color
Monochromatic Colors of #26D068
Black with #26D068
Text Example
Text Example
White with #26D068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D068; }
p { color: rgb(38,208,104); }
H1.HeaderClassName
{
color: #26D068;
}
.AnyTagClassName
{
color: #26D068;
}
</style>
background-color css
<style>
a { background-color: #26D068; }
a { background-color: rgb(38,208,104); }
div.DivClassName
{
background-color: #26D068;
}
.BgClassName
{
background-color: #26D068;
}
</style>
border-color css
<style>
span { border-color: #26D068; }
span { border-color: rgb(38,208,104); }
td.TdClassName
{
border-color: #26D068;
}
.TagClassName
{
border-color: #26D068;
}
</style>