Shades of Malachite #26C04D
Tints of Malachite #26C04D
RGB
CMYK
RGB Variations
Color information
#26C04D (or 0x26C04D) is known color: Malachite. HEX triplet: 26, C0 and 4D. RGB value is (38,192,77). Sum of RGB (Red+Green+Blue) = 38+192+77=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 192 (75.39% from 255 or 62.54% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 192 - color contains mainly: green. Hex color #26C04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26C04D is #D93FB2. Grayscale: #858585. Windows color (decimal): -14237619 or 5095462. OLE color: 5095462.
HSL color Cylindrical-coordinate representation of color #26C04D: hue angle of 135.19º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26C04D is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 192 | 77 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.25 |
| HSL | 135.19º | 0.67% | 0.45% | - |
| HSV(B) | 135.19º | 0.8% | 0.75% | - |
| XYZ | 20.99 | 38.65 | 13.37 | - |
| YUV | 132.84 | 96.48 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 192 | 77 | 0.80 | 0 | 0.60 | 0.25 | 135.19 | 0.67 | 0.45 |
| Hex | 26 | C0 | 4D | 50 | 0 | 3C | 19 | 87 | 43 | 2D |
| Octal | 46 | 300 | 115 | 120 | 0 | 74 | 31 | 207 | 103 | 55 |
| Binary | 100110 | 11000000 | 1001101 | 1010000 | 0 | 111100 | 11001 | 10000111 | 1000011 | 101101 |
Color Harmonies of #26C04D
Complementary color
Monochromatic Colors of #26C04D
Black with #26C04D
Text Example
Text Example
White with #26C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C04D; }
p { color: rgb(38,192,77); }
H1.HeaderClassName
{
color: #26C04D;
}
.AnyTagClassName
{
color: #26C04D;
}
</style>
background-color css
<style>
a { background-color: #26C04D; }
a { background-color: rgb(38,192,77); }
div.DivClassName
{
background-color: #26C04D;
}
.BgClassName
{
background-color: #26C04D;
}
</style>
border-color css
<style>
span { border-color: #26C04D; }
span { border-color: rgb(38,192,77); }
td.TdClassName
{
border-color: #26C04D;
}
.TagClassName
{
border-color: #26C04D;
}
</style>