Shades of Malachite #26FA5B
Tints of Malachite #26FA5B
RGB
CMYK
RGB Variations
Color information
#26FA5B (or 0x26FA5B) is known color: Malachite. HEX triplet: 26, FA and 5B. RGB value is (38,250,91). Sum of RGB (Red+Green+Blue) = 38+250+91=379 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.03% from 379); Green value is 250 (98.05% from 255 or 65.96% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 250 - color contains mainly: green. Hex color #26FA5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #26FA5B is #D905A4. Grayscale: #A8A8A8. Windows color (decimal): -14222757 or 6027814. OLE color: 6027814.
HSL color Cylindrical-coordinate representation of color #26FA5B: hue angle of 135º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26FA5B is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 250 | 91 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.02 |
| HSL | 135º | 0.95% | 0.56% | - |
| HSV(B) | 135º | 0.85% | 0.98% | - |
| XYZ | 36.87 | 69.54 | 21.38 | - |
| YUV | 168.49 | 84.26 | 34.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 250 | 91 | 0.85 | 0 | 0.64 | 0.02 | 135 | 0.95 | 0.56 |
| Hex | 26 | FA | 5B | 55 | 0 | 40 | 2 | 87 | 5F | 38 |
| Octal | 46 | 372 | 133 | 125 | 0 | 100 | 2 | 207 | 137 | 70 |
| Binary | 100110 | 11111010 | 1011011 | 1010101 | 0 | 1000000 | 10 | 10000111 | 1011111 | 111000 |
Color Harmonies of #26FA5B
Complementary color
Monochromatic Colors of #26FA5B
Black with #26FA5B
Text Example
Text Example
White with #26FA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FA5B; }
p { color: rgb(38,250,91); }
H1.HeaderClassName
{
color: #26FA5B;
}
.AnyTagClassName
{
color: #26FA5B;
}
</style>
background-color css
<style>
a { background-color: #26FA5B; }
a { background-color: rgb(38,250,91); }
div.DivClassName
{
background-color: #26FA5B;
}
.BgClassName
{
background-color: #26FA5B;
}
</style>
border-color css
<style>
span { border-color: #26FA5B; }
span { border-color: rgb(38,250,91); }
td.TdClassName
{
border-color: #26FA5B;
}
.TagClassName
{
border-color: #26FA5B;
}
</style>