Shades of Malachite #26D166
Tints of Malachite #26D166
RGB
CMYK
RGB Variations
Color information
#26D166 (or 0x26D166) is known color: Malachite. HEX triplet: 26, D1 and 66. RGB value is (38,209,102). Sum of RGB (Red+Green+Blue) = 38+209+102=349 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.89% from 349); Green value is 209 (82.03% from 255 or 59.89% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 209 - color contains mainly: green. Hex color #26D166 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26D166 is #D92E99. Grayscale: #919191. Windows color (decimal): -14233242 or 6738214. OLE color: 6738214.
HSL color Cylindrical-coordinate representation of color #26D166: hue angle of 142.46º 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 #26D166 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 209 | 102 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.18 |
| HSL | 142.46º | 0.69% | 0.48% | - |
| HSV(B) | 142.46º | 0.82% | 0.82% | - |
| XYZ | 26 | 46.97 | 20.27 | - |
| YUV | 145.67 | 103.35 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 209 | 102 | 0.82 | 0 | 0.51 | 0.18 | 142.46 | 0.69 | 0.48 |
| Hex | 26 | D1 | 66 | 52 | 0 | 33 | 12 | 8E | 45 | 30 |
| Octal | 46 | 321 | 146 | 122 | 0 | 63 | 22 | 216 | 105 | 60 |
| Binary | 100110 | 11010001 | 1100110 | 1010010 | 0 | 110011 | 10010 | 10001110 | 1000101 | 110000 |
Color Harmonies of #26D166
Complementary color
Monochromatic Colors of #26D166
Black with #26D166
Text Example
Text Example
White with #26D166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D166; }
p { color: rgb(38,209,102); }
H1.HeaderClassName
{
color: #26D166;
}
.AnyTagClassName
{
color: #26D166;
}
</style>
background-color css
<style>
a { background-color: #26D166; }
a { background-color: rgb(38,209,102); }
div.DivClassName
{
background-color: #26D166;
}
.BgClassName
{
background-color: #26D166;
}
</style>
border-color css
<style>
span { border-color: #26D166; }
span { border-color: rgb(38,209,102); }
td.TdClassName
{
border-color: #26D166;
}
.TagClassName
{
border-color: #26D166;
}
</style>