Shades of Malachite #26F952
Tints of Malachite #26F952
RGB
CMYK
RGB Variations
Color information
#26F952 (or 0x26F952) is known color: Malachite. HEX triplet: 26, F9 and 52. RGB value is (38,249,82). Sum of RGB (Red+Green+Blue) = 38+249+82=369 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.30% from 369); Green value is 249 (97.66% from 255 or 67.48% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 249 - color contains mainly: green. Hex color #26F952 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #26F952 is #D906AD. Grayscale: #A7A7A7. Windows color (decimal): -14223022 or 5437734. OLE color: 5437734.
HSL color Cylindrical-coordinate representation of color #26F952: hue angle of 132.51º 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 #26F952 is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 249 | 82 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.02 |
| HSL | 132.51º | 0.95% | 0.56% | - |
| HSV(B) | 132.51º | 0.85% | 0.98% | - |
| XYZ | 36.2 | 68.77 | 19.35 | - |
| YUV | 166.87 | 80.1 | 36.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 249 | 82 | 0.85 | 0 | 0.67 | 0.02 | 132.51 | 0.95 | 0.56 |
| Hex | 26 | F9 | 52 | 55 | 0 | 43 | 2 | 85 | 5F | 38 |
| Octal | 46 | 371 | 122 | 125 | 0 | 103 | 2 | 205 | 137 | 70 |
| Binary | 100110 | 11111001 | 1010010 | 1010101 | 0 | 1000011 | 10 | 10000101 | 1011111 | 111000 |
Color Harmonies of #26F952
Complementary color
Monochromatic Colors of #26F952
Black with #26F952
Text Example
Text Example
White with #26F952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F952; }
p { color: rgb(38,249,82); }
H1.HeaderClassName
{
color: #26F952;
}
.AnyTagClassName
{
color: #26F952;
}
</style>
background-color css
<style>
a { background-color: #26F952; }
a { background-color: rgb(38,249,82); }
div.DivClassName
{
background-color: #26F952;
}
.BgClassName
{
background-color: #26F952;
}
</style>
border-color css
<style>
span { border-color: #26F952; }
span { border-color: rgb(38,249,82); }
td.TdClassName
{
border-color: #26F952;
}
.TagClassName
{
border-color: #26F952;
}
</style>