Shades of Malachite #26F442
Tints of Malachite #26F442
RGB
CMYK
RGB Variations
Color information
#26F442 (or 0x26F442) is known color: Malachite. HEX triplet: 26, F4 and 42. RGB value is (38,244,66). Sum of RGB (Red+Green+Blue) = 38+244+66=348 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.92% from 348); Green value is 244 (95.70% from 255 or 70.11% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 244 - color contains mainly: green. Hex color #26F442 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26F442 is #D90BBD. Grayscale: #A2A2A2. Windows color (decimal): -14224318 or 4387878. OLE color: 4387878.
HSL color Cylindrical-coordinate representation of color #26F442: hue angle of 128.16º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26F442 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 244 | 66 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.04 |
| HSL | 128.16º | 0.9% | 0.55% | - |
| HSV(B) | 128.16º | 0.84% | 0.96% | - |
| XYZ | 34.13 | 65.51 | 16 | - |
| YUV | 162.11 | 73.75 | 39.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 244 | 66 | 0.84 | 0 | 0.73 | 0.04 | 128.16 | 0.9 | 0.55 |
| Hex | 26 | F4 | 42 | 54 | 0 | 49 | 4 | 80 | 5A | 37 |
| Octal | 46 | 364 | 102 | 124 | 0 | 111 | 4 | 200 | 132 | 67 |
| Binary | 100110 | 11110100 | 1000010 | 1010100 | 0 | 1001001 | 100 | 10000000 | 1011010 | 110111 |
Color Harmonies of #26F442
Complementary color
Monochromatic Colors of #26F442
Black with #26F442
Text Example
Text Example
White with #26F442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F442; }
p { color: rgb(38,244,66); }
H1.HeaderClassName
{
color: #26F442;
}
.AnyTagClassName
{
color: #26F442;
}
</style>
background-color css
<style>
a { background-color: #26F442; }
a { background-color: rgb(38,244,66); }
div.DivClassName
{
background-color: #26F442;
}
.BgClassName
{
background-color: #26F442;
}
</style>
border-color css
<style>
span { border-color: #26F442; }
span { border-color: rgb(38,244,66); }
td.TdClassName
{
border-color: #26F442;
}
.TagClassName
{
border-color: #26F442;
}
</style>