Shades of Malachite #26D95C
Tints of Malachite #26D95C
RGB
CMYK
RGB Variations
Color information
#26D95C (or 0x26D95C) is known color: Malachite. HEX triplet: 26, D9 and 5C. RGB value is (38,217,92). Sum of RGB (Red+Green+Blue) = 38+217+92=347 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.95% from 347); Green value is 217 (85.16% from 255 or 62.54% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 217 - color contains mainly: green. Hex color #26D95C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26D95C is #D926A3. Grayscale: #959595. Windows color (decimal): -14231204 or 6084902. OLE color: 6084902.
HSL color Cylindrical-coordinate representation of color #26D95C: hue angle of 138.1º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D95C is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 217 | 92 | - |
| CMYK | 0.82 | 0 | 0.58 | 0.15 |
| HSL | 138.1º | 0.7% | 0.5% | - |
| HSV(B) | 138.1º | 0.82% | 0.85% | - |
| XYZ | 27.54 | 50.81 | 18.48 | - |
| YUV | 149.23 | 95.7 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 217 | 92 | 0.82 | 0 | 0.58 | 0.15 | 138.1 | 0.7 | 0.5 |
| Hex | 26 | D9 | 5C | 52 | 0 | 3A | F | 8A | 46 | 32 |
| Octal | 46 | 331 | 134 | 122 | 0 | 72 | 17 | 212 | 106 | 62 |
| Binary | 100110 | 11011001 | 1011100 | 1010010 | 0 | 111010 | 1111 | 10001010 | 1000110 | 110010 |
Color Harmonies of #26D95C
Complementary color
Monochromatic Colors of #26D95C
Black with #26D95C
Text Example
Text Example
White with #26D95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D95C; }
p { color: rgb(38,217,92); }
H1.HeaderClassName
{
color: #26D95C;
}
.AnyTagClassName
{
color: #26D95C;
}
</style>
background-color css
<style>
a { background-color: #26D95C; }
a { background-color: rgb(38,217,92); }
div.DivClassName
{
background-color: #26D95C;
}
.BgClassName
{
background-color: #26D95C;
}
</style>
border-color css
<style>
span { border-color: #26D95C; }
span { border-color: rgb(38,217,92); }
td.TdClassName
{
border-color: #26D95C;
}
.TagClassName
{
border-color: #26D95C;
}
</style>