Shades of Malachite #1AF048
Tints of Malachite #1AF048
RGB
CMYK
RGB Variations
Color information
#1AF048 (or 0x1AF048) is known color: Malachite. HEX triplet: 1A, F0 and 48. RGB value is (26,240,72). Sum of RGB (Red+Green+Blue) = 26+240+72=338 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.69% from 338); Green value is 240 (94.14% from 255 or 71.01% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF048 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF048 is #E50FB7. Grayscale: #9D9D9D. Windows color (decimal): -15011768 or 4780058. OLE color: 4780058.
HSL color Cylindrical-coordinate representation of color #1AF048: hue angle of 132.9º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF048 is Cyan = 0.89, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 240 | 72 | - |
| CMYK | 0.89 | 0 | 0.7 | 0.06 |
| HSL | 132.9º | 0.88% | 0.52% | - |
| HSV(B) | 132.9º | 0.89% | 0.94% | - |
| XYZ | 32.76 | 63.01 | 16.57 | - |
| YUV | 156.86 | 80.1 | 34.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 240 | 72 | 0.89 | 0 | 0.7 | 0.06 | 132.9 | 0.88 | 0.52 |
| Hex | 1A | F0 | 48 | 59 | 0 | 46 | 6 | 85 | 58 | 34 |
| Octal | 32 | 360 | 110 | 131 | 0 | 106 | 6 | 205 | 130 | 64 |
| Binary | 11010 | 11110000 | 1001000 | 1011001 | 0 | 1000110 | 110 | 10000101 | 1011000 | 110100 |
Color Harmonies of #1AF048
Complementary color
Monochromatic Colors of #1AF048
Black with #1AF048
Text Example
Text Example
White with #1AF048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF048; }
p { color: rgb(26,240,72); }
H1.HeaderClassName
{
color: #1AF048;
}
.AnyTagClassName
{
color: #1AF048;
}
</style>
background-color css
<style>
a { background-color: #1AF048; }
a { background-color: rgb(26,240,72); }
div.DivClassName
{
background-color: #1AF048;
}
.BgClassName
{
background-color: #1AF048;
}
</style>
border-color css
<style>
span { border-color: #1AF048; }
span { border-color: rgb(26,240,72); }
td.TdClassName
{
border-color: #1AF048;
}
.TagClassName
{
border-color: #1AF048;
}
</style>