Shades of Malachite #26FA4A
Tints of Malachite #26FA4A
RGB
CMYK
RGB Variations
Color information
#26FA4A (or 0x26FA4A) is known color: Malachite. HEX triplet: 26, FA and 4A. RGB value is (38,250,74). Sum of RGB (Red+Green+Blue) = 38+250+74=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 250 (98.05% from 255 or 69.06% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 250 - color contains mainly: green. Hex color #26FA4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26FA4A is #D905B5. Grayscale: #A7A7A7. Windows color (decimal): -14222774 or 4913702. OLE color: 4913702.
HSL color Cylindrical-coordinate representation of color #26FA4A: hue angle of 130.19º 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 #26FA4A is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 250 | 74 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.02 |
| HSL | 130.19º | 0.95% | 0.56% | - |
| HSV(B) | 130.19º | 0.85% | 0.98% | - |
| XYZ | 36.22 | 69.28 | 17.94 | - |
| YUV | 166.55 | 75.76 | 36.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 250 | 74 | 0.85 | 0 | 0.70 | 0.02 | 130.19 | 0.95 | 0.56 |
| Hex | 26 | FA | 4A | 55 | 0 | 46 | 2 | 82 | 5F | 38 |
| Octal | 46 | 372 | 112 | 125 | 0 | 106 | 2 | 202 | 137 | 70 |
| Binary | 100110 | 11111010 | 1001010 | 1010101 | 0 | 1000110 | 10 | 10000010 | 1011111 | 111000 |
Color Harmonies of #26FA4A
Complementary color
Monochromatic Colors of #26FA4A
Black with #26FA4A
Text Example
Text Example
White with #26FA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FA4A; }
p { color: rgb(38,250,74); }
H1.HeaderClassName
{
color: #26FA4A;
}
.AnyTagClassName
{
color: #26FA4A;
}
</style>
background-color css
<style>
a { background-color: #26FA4A; }
a { background-color: rgb(38,250,74); }
div.DivClassName
{
background-color: #26FA4A;
}
.BgClassName
{
background-color: #26FA4A;
}
</style>
border-color css
<style>
span { border-color: #26FA4A; }
span { border-color: rgb(38,250,74); }
td.TdClassName
{
border-color: #26FA4A;
}
.TagClassName
{
border-color: #26FA4A;
}
</style>