Shades of Malachite #26D24A
Tints of Malachite #26D24A
RGB
CMYK
RGB Variations
Color information
#26D24A (or 0x26D24A) is known color: Malachite. HEX triplet: 26, D2 and 4A. RGB value is (38,210,74). Sum of RGB (Red+Green+Blue) = 38+210+74=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 210 (82.42% from 255 or 65.22% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 210 - color contains mainly: green. Hex color #26D24A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D24A is #D92DB5. Grayscale: #8F8F8F. Windows color (decimal): -14233014 or 4903462. OLE color: 4903462.
HSL color Cylindrical-coordinate representation of color #26D24A: hue angle of 132.56º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D24A is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 210 | 74 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.18 |
| HSL | 132.56º | 0.69% | 0.49% | - |
| HSV(B) | 132.56º | 0.82% | 0.82% | - |
| XYZ | 25.08 | 47 | 14.23 | - |
| YUV | 143.07 | 89.02 | 53.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 210 | 74 | 0.82 | 0 | 0.65 | 0.18 | 132.56 | 0.69 | 0.49 |
| Hex | 26 | D2 | 4A | 52 | 0 | 41 | 12 | 85 | 45 | 31 |
| Octal | 46 | 322 | 112 | 122 | 0 | 101 | 22 | 205 | 105 | 61 |
| Binary | 100110 | 11010010 | 1001010 | 1010010 | 0 | 1000001 | 10010 | 10000101 | 1000101 | 110001 |
Color Harmonies of #26D24A
Complementary color
Monochromatic Colors of #26D24A
Black with #26D24A
Text Example
Text Example
White with #26D24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D24A; }
p { color: rgb(38,210,74); }
H1.HeaderClassName
{
color: #26D24A;
}
.AnyTagClassName
{
color: #26D24A;
}
</style>
background-color css
<style>
a { background-color: #26D24A; }
a { background-color: rgb(38,210,74); }
div.DivClassName
{
background-color: #26D24A;
}
.BgClassName
{
background-color: #26D24A;
}
</style>
border-color css
<style>
span { border-color: #26D24A; }
span { border-color: rgb(38,210,74); }
td.TdClassName
{
border-color: #26D24A;
}
.TagClassName
{
border-color: #26D24A;
}
</style>