Shades of Malachite #26F069
Tints of Malachite #26F069
RGB
CMYK
RGB Variations
Color information
#26F069 (or 0x26F069) is known color: Malachite. HEX triplet: 26, F0 and 69. RGB value is (38,240,105). Sum of RGB (Red+Green+Blue) = 38+240+105=383 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.92% from 383); Green value is 240 (94.14% from 255 or 62.66% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 240 - color contains mainly: green. Hex color #26F069 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #26F069 is #D90F96. Grayscale: #A4A4A4. Windows color (decimal): -14225303 or 6942758. OLE color: 6942758.
HSL color Cylindrical-coordinate representation of color #26F069: hue angle of 139.9º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26F069 is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 240 | 105 | - |
| CMYK | 0.84 | 0 | 0.56 | 0.06 |
| HSL | 139.9º | 0.87% | 0.55% | - |
| HSV(B) | 139.9º | 0.84% | 0.94% | - |
| XYZ | 34.51 | 63.75 | 23.85 | - |
| YUV | 164.21 | 94.58 | 37.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 240 | 105 | 0.84 | 0 | 0.56 | 0.06 | 139.9 | 0.87 | 0.55 |
| Hex | 26 | F0 | 69 | 54 | 0 | 38 | 6 | 8C | 57 | 37 |
| Octal | 46 | 360 | 151 | 124 | 0 | 70 | 6 | 214 | 127 | 67 |
| Binary | 100110 | 11110000 | 1101001 | 1010100 | 0 | 111000 | 110 | 10001100 | 1010111 | 110111 |
Color Harmonies of #26F069
Complementary color
Monochromatic Colors of #26F069
Black with #26F069
Text Example
Text Example
White with #26F069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F069; }
p { color: rgb(38,240,105); }
H1.HeaderClassName
{
color: #26F069;
}
.AnyTagClassName
{
color: #26F069;
}
</style>
background-color css
<style>
a { background-color: #26F069; }
a { background-color: rgb(38,240,105); }
div.DivClassName
{
background-color: #26F069;
}
.BgClassName
{
background-color: #26F069;
}
</style>
border-color css
<style>
span { border-color: #26F069; }
span { border-color: rgb(38,240,105); }
td.TdClassName
{
border-color: #26F069;
}
.TagClassName
{
border-color: #26F069;
}
</style>