Shades of Malachite #26FA5A
Tints of Malachite #26FA5A
RGB
CMYK
RGB Variations
Color information
#26FA5A (or 0x26FA5A) is known color: Malachite. HEX triplet: 26, FA and 5A. RGB value is (38,250,90). Sum of RGB (Red+Green+Blue) = 38+250+90=378 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.05% from 378); Green value is 250 (98.05% from 255 or 66.14% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 250 - color contains mainly: green. Hex color #26FA5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #26FA5A is #D905A5. Grayscale: #A8A8A8. Windows color (decimal): -14222758 or 5962278. OLE color: 5962278.
HSL color Cylindrical-coordinate representation of color #26FA5A: hue angle of 134.72º 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 #26FA5A is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 250 | 90 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.02 |
| HSL | 134.72º | 0.95% | 0.56% | - |
| HSV(B) | 134.72º | 0.85% | 0.98% | - |
| XYZ | 36.83 | 69.52 | 21.15 | - |
| YUV | 168.37 | 83.76 | 35.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 250 | 90 | 0.85 | 0 | 0.64 | 0.02 | 134.72 | 0.95 | 0.56 |
| Hex | 26 | FA | 5A | 55 | 0 | 40 | 2 | 87 | 5F | 38 |
| Octal | 46 | 372 | 132 | 125 | 0 | 100 | 2 | 207 | 137 | 70 |
| Binary | 100110 | 11111010 | 1011010 | 1010101 | 0 | 1000000 | 10 | 10000111 | 1011111 | 111000 |
Color Harmonies of #26FA5A
Complementary color
Monochromatic Colors of #26FA5A
Black with #26FA5A
Text Example
Text Example
White with #26FA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FA5A; }
p { color: rgb(38,250,90); }
H1.HeaderClassName
{
color: #26FA5A;
}
.AnyTagClassName
{
color: #26FA5A;
}
</style>
background-color css
<style>
a { background-color: #26FA5A; }
a { background-color: rgb(38,250,90); }
div.DivClassName
{
background-color: #26FA5A;
}
.BgClassName
{
background-color: #26FA5A;
}
</style>
border-color css
<style>
span { border-color: #26FA5A; }
span { border-color: rgb(38,250,90); }
td.TdClassName
{
border-color: #26FA5A;
}
.TagClassName
{
border-color: #26FA5A;
}
</style>