Shades of Malachite #26CC60
Tints of Malachite #26CC60
RGB
CMYK
RGB Variations
Color information
#26CC60 (or 0x26CC60) is known color: Malachite. HEX triplet: 26, CC and 60. RGB value is (38,204,96). Sum of RGB (Red+Green+Blue) = 38+204+96=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 204 (80.08% from 255 or 60.36% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 204 - color contains mainly: green. Hex color #26CC60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26CC60 is #D9339F. Grayscale: #8E8E8E. Windows color (decimal): -14234528 or 6343718. OLE color: 6343718.
HSL color Cylindrical-coordinate representation of color #26CC60: hue angle of 140.96º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26CC60 is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 204 | 96 | - |
| CMYK | 0.81 | 0 | 0.53 | 0.2 |
| HSL | 140.96º | 0.69% | 0.47% | - |
| HSV(B) | 140.96º | 0.81% | 0.8% | - |
| XYZ | 24.5 | 44.44 | 18.35 | - |
| YUV | 142.05 | 102 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 204 | 96 | 0.81 | 0 | 0.53 | 0.2 | 140.96 | 0.69 | 0.47 |
| Hex | 26 | CC | 60 | 51 | 0 | 35 | 14 | 8D | 45 | 2F |
| Octal | 46 | 314 | 140 | 121 | 0 | 65 | 24 | 215 | 105 | 57 |
| Binary | 100110 | 11001100 | 1100000 | 1010001 | 0 | 110101 | 10100 | 10001101 | 1000101 | 101111 |
Color Harmonies of #26CC60
Complementary color
Monochromatic Colors of #26CC60
Black with #26CC60
Text Example
Text Example
White with #26CC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CC60; }
p { color: rgb(38,204,96); }
H1.HeaderClassName
{
color: #26CC60;
}
.AnyTagClassName
{
color: #26CC60;
}
</style>
background-color css
<style>
a { background-color: #26CC60; }
a { background-color: rgb(38,204,96); }
div.DivClassName
{
background-color: #26CC60;
}
.BgClassName
{
background-color: #26CC60;
}
</style>
border-color css
<style>
span { border-color: #26CC60; }
span { border-color: rgb(38,204,96); }
td.TdClassName
{
border-color: #26CC60;
}
.TagClassName
{
border-color: #26CC60;
}
</style>