Shades of Malachite #26C152
Tints of Malachite #26C152
RGB
CMYK
RGB Variations
Color information
#26C152 (or 0x26C152) is known color: Malachite. HEX triplet: 26, C1 and 52. RGB value is (38,193,82). Sum of RGB (Red+Green+Blue) = 38+193+82=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 193 (75.78% from 255 or 61.66% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 193 - color contains mainly: green. Hex color #26C152 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26C152 is #D93EAD. Grayscale: #868686. Windows color (decimal): -14237358 or 5423398. OLE color: 5423398.
HSL color Cylindrical-coordinate representation of color #26C152: hue angle of 137.03º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26C152 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 193 | 82 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.24 |
| HSL | 137.03º | 0.67% | 0.45% | - |
| HSV(B) | 137.03º | 0.8% | 0.76% | - |
| XYZ | 21.39 | 39.16 | 14.41 | - |
| YUV | 134 | 98.65 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 193 | 82 | 0.80 | 0 | 0.58 | 0.24 | 137.03 | 0.67 | 0.45 |
| Hex | 26 | C1 | 52 | 50 | 0 | 3A | 18 | 89 | 43 | 2D |
| Octal | 46 | 301 | 122 | 120 | 0 | 72 | 30 | 211 | 103 | 55 |
| Binary | 100110 | 11000001 | 1010010 | 1010000 | 0 | 111010 | 11000 | 10001001 | 1000011 | 101101 |
Color Harmonies of #26C152
Complementary color
Monochromatic Colors of #26C152
Black with #26C152
Text Example
Text Example
White with #26C152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C152; }
p { color: rgb(38,193,82); }
H1.HeaderClassName
{
color: #26C152;
}
.AnyTagClassName
{
color: #26C152;
}
</style>
background-color css
<style>
a { background-color: #26C152; }
a { background-color: rgb(38,193,82); }
div.DivClassName
{
background-color: #26C152;
}
.BgClassName
{
background-color: #26C152;
}
</style>
border-color css
<style>
span { border-color: #26C152; }
span { border-color: rgb(38,193,82); }
td.TdClassName
{
border-color: #26C152;
}
.TagClassName
{
border-color: #26C152;
}
</style>