Shades of Malachite #26C85A
Tints of Malachite #26C85A
RGB
CMYK
RGB Variations
Color information
#26C85A (or 0x26C85A) is known color: Malachite. HEX triplet: 26, C8 and 5A. RGB value is (38,200,90). Sum of RGB (Red+Green+Blue) = 38+200+90=328 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.59% from 328); Green value is 200 (78.52% from 255 or 60.98% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 200 - color contains mainly: green. Hex color #26C85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26C85A is #D937A5. Grayscale: #8B8B8B. Windows color (decimal): -14235558 or 5949478. OLE color: 5949478.
HSL color Cylindrical-coordinate representation of color #26C85A: hue angle of 139.26º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C85A is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 200 | 90 | - |
| CMYK | 0.81 | 0 | 0.55 | 0.22 |
| HSL | 139.26º | 0.68% | 0.47% | - |
| HSV(B) | 139.26º | 0.81% | 0.78% | - |
| XYZ | 23.3 | 42.46 | 16.64 | - |
| YUV | 139.02 | 100.33 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 200 | 90 | 0.81 | 0 | 0.55 | 0.22 | 139.26 | 0.68 | 0.47 |
| Hex | 26 | C8 | 5A | 51 | 0 | 37 | 16 | 8B | 44 | 2F |
| Octal | 46 | 310 | 132 | 121 | 0 | 67 | 26 | 213 | 104 | 57 |
| Binary | 100110 | 11001000 | 1011010 | 1010001 | 0 | 110111 | 10110 | 10001011 | 1000100 | 101111 |
Color Harmonies of #26C85A
Complementary color
Monochromatic Colors of #26C85A
Black with #26C85A
Text Example
Text Example
White with #26C85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C85A; }
p { color: rgb(38,200,90); }
H1.HeaderClassName
{
color: #26C85A;
}
.AnyTagClassName
{
color: #26C85A;
}
</style>
background-color css
<style>
a { background-color: #26C85A; }
a { background-color: rgb(38,200,90); }
div.DivClassName
{
background-color: #26C85A;
}
.BgClassName
{
background-color: #26C85A;
}
</style>
border-color css
<style>
span { border-color: #26C85A; }
span { border-color: rgb(38,200,90); }
td.TdClassName
{
border-color: #26C85A;
}
.TagClassName
{
border-color: #26C85A;
}
</style>