Shades of Malachite #26D14B
Tints of Malachite #26D14B
RGB
CMYK
RGB Variations
Color information
#26D14B (or 0x26D14B) is known color: Malachite. HEX triplet: 26, D1 and 4B. RGB value is (38,209,75). Sum of RGB (Red+Green+Blue) = 38+209+75=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 209 (82.03% from 255 or 64.91% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 209 - color contains mainly: green. Hex color #26D14B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D14B is #D92EB4. Grayscale: #8E8E8E. Windows color (decimal): -14233269 or 4968742. OLE color: 4968742.
HSL color Cylindrical-coordinate representation of color #26D14B: hue angle of 132.98º 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 #26D14B is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 209 | 75 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.18 |
| HSL | 132.98º | 0.69% | 0.48% | - |
| HSV(B) | 132.98º | 0.82% | 0.82% | - |
| XYZ | 24.87 | 46.52 | 14.33 | - |
| YUV | 142.6 | 89.85 | 53.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 209 | 75 | 0.82 | 0 | 0.64 | 0.18 | 132.98 | 0.69 | 0.48 |
| Hex | 26 | D1 | 4B | 52 | 0 | 40 | 12 | 85 | 45 | 30 |
| Octal | 46 | 321 | 113 | 122 | 0 | 100 | 22 | 205 | 105 | 60 |
| Binary | 100110 | 11010001 | 1001011 | 1010010 | 0 | 1000000 | 10010 | 10000101 | 1000101 | 110000 |
Color Harmonies of #26D14B
Complementary color
Monochromatic Colors of #26D14B
Black with #26D14B
Text Example
Text Example
White with #26D14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D14B; }
p { color: rgb(38,209,75); }
H1.HeaderClassName
{
color: #26D14B;
}
.AnyTagClassName
{
color: #26D14B;
}
</style>
background-color css
<style>
a { background-color: #26D14B; }
a { background-color: rgb(38,209,75); }
div.DivClassName
{
background-color: #26D14B;
}
.BgClassName
{
background-color: #26D14B;
}
</style>
border-color css
<style>
span { border-color: #26D14B; }
span { border-color: rgb(38,209,75); }
td.TdClassName
{
border-color: #26D14B;
}
.TagClassName
{
border-color: #26D14B;
}
</style>