Shades of Malachite #26CA56
Tints of Malachite #26CA56
RGB
CMYK
RGB Variations
Color information
#26CA56 (or 0x26CA56) is known color: Malachite. HEX triplet: 26, CA and 56. RGB value is (38,202,86). Sum of RGB (Red+Green+Blue) = 38+202+86=326 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.66% from 326); Green value is 202 (79.30% from 255 or 61.96% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 202 - color contains mainly: green. Hex color #26CA56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26CA56 is #D935A9. Grayscale: #8C8C8C. Windows color (decimal): -14235050 or 5687846. OLE color: 5687846.
HSL color Cylindrical-coordinate representation of color #26CA56: hue angle of 137.56º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26CA56 is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 202 | 86 | - |
| CMYK | 0.81 | 0 | 0.57 | 0.21 |
| HSL | 137.56º | 0.68% | 0.47% | - |
| HSV(B) | 137.56º | 0.81% | 0.79% | - |
| XYZ | 23.6 | 43.33 | 15.92 | - |
| YUV | 139.74 | 97.67 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 202 | 86 | 0.81 | 0 | 0.57 | 0.21 | 137.56 | 0.68 | 0.47 |
| Hex | 26 | CA | 56 | 51 | 0 | 39 | 15 | 8A | 44 | 2F |
| Octal | 46 | 312 | 126 | 121 | 0 | 71 | 25 | 212 | 104 | 57 |
| Binary | 100110 | 11001010 | 1010110 | 1010001 | 0 | 111001 | 10101 | 10001010 | 1000100 | 101111 |
Color Harmonies of #26CA56
Complementary color
Monochromatic Colors of #26CA56
Black with #26CA56
Text Example
Text Example
White with #26CA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CA56; }
p { color: rgb(38,202,86); }
H1.HeaderClassName
{
color: #26CA56;
}
.AnyTagClassName
{
color: #26CA56;
}
</style>
background-color css
<style>
a { background-color: #26CA56; }
a { background-color: rgb(38,202,86); }
div.DivClassName
{
background-color: #26CA56;
}
.BgClassName
{
background-color: #26CA56;
}
</style>
border-color css
<style>
span { border-color: #26CA56; }
span { border-color: rgb(38,202,86); }
td.TdClassName
{
border-color: #26CA56;
}
.TagClassName
{
border-color: #26CA56;
}
</style>