Shades of Malachite #26EA64
Tints of Malachite #26EA64
RGB
CMYK
RGB Variations
Color information
#26EA64 (or 0x26EA64) is known color: Malachite. HEX triplet: 26, EA and 64. RGB value is (38,234,100). Sum of RGB (Red+Green+Blue) = 38+234+100=372 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.22% from 372); Green value is 234 (91.80% from 255 or 62.90% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 234 - color contains mainly: green. Hex color #26EA64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #26EA64 is #D9159B. Grayscale: #A0A0A0. Windows color (decimal): -14226844 or 6613542. OLE color: 6613542.
HSL color Cylindrical-coordinate representation of color #26EA64: hue angle of 138.98º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26EA64 is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 234 | 100 | - |
| CMYK | 0.84 | 0 | 0.57 | 0.08 |
| HSL | 138.98º | 0.82% | 0.53% | - |
| HSV(B) | 138.98º | 0.84% | 0.92% | - |
| XYZ | 32.52 | 60.18 | 21.96 | - |
| YUV | 160.12 | 94.07 | 40.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 234 | 100 | 0.84 | 0 | 0.57 | 0.08 | 138.98 | 0.82 | 0.53 |
| Hex | 26 | EA | 64 | 54 | 0 | 39 | 8 | 8B | 52 | 35 |
| Octal | 46 | 352 | 144 | 124 | 0 | 71 | 10 | 213 | 122 | 65 |
| Binary | 100110 | 11101010 | 1100100 | 1010100 | 0 | 111001 | 1000 | 10001011 | 1010010 | 110101 |
Color Harmonies of #26EA64
Complementary color
Monochromatic Colors of #26EA64
Black with #26EA64
Text Example
Text Example
White with #26EA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EA64; }
p { color: rgb(38,234,100); }
H1.HeaderClassName
{
color: #26EA64;
}
.AnyTagClassName
{
color: #26EA64;
}
</style>
background-color css
<style>
a { background-color: #26EA64; }
a { background-color: rgb(38,234,100); }
div.DivClassName
{
background-color: #26EA64;
}
.BgClassName
{
background-color: #26EA64;
}
</style>
border-color css
<style>
span { border-color: #26EA64; }
span { border-color: rgb(38,234,100); }
td.TdClassName
{
border-color: #26EA64;
}
.TagClassName
{
border-color: #26EA64;
}
</style>