Shades of Malachite #1AD048
Tints of Malachite #1AD048
RGB
CMYK
RGB Variations
Color information
#1AD048 (or 0x1AD048) is known color: Malachite. HEX triplet: 1A, D0 and 48. RGB value is (26,208,72). Sum of RGB (Red+Green+Blue) = 26+208+72=306 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.50% from 306); Green value is 208 (81.64% from 255 or 67.97% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD048 is #E52FB7. Grayscale: #8A8A8A. Windows color (decimal): -15019960 or 4771866. OLE color: 4771866.
HSL color Cylindrical-coordinate representation of color #1AD048: hue angle of 135.16º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD048 is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 72 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.18 |
| HSL | 135.16º | 0.78% | 0.46% | - |
| HSV(B) | 135.16º | 0.88% | 0.82% | - |
| XYZ | 24.15 | 45.8 | 13.7 | - |
| YUV | 138.08 | 90.7 | 48.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 72 | 0.88 | 0 | 0.65 | 0.18 | 135.16 | 0.78 | 0.46 |
| Hex | 1A | D0 | 48 | 58 | 0 | 41 | 12 | 87 | 4E | 2E |
| Octal | 32 | 320 | 110 | 130 | 0 | 101 | 22 | 207 | 116 | 56 |
| Binary | 11010 | 11010000 | 1001000 | 1011000 | 0 | 1000001 | 10010 | 10000111 | 1001110 | 101110 |
Color Harmonies of #1AD048
Complementary color
Monochromatic Colors of #1AD048
Black with #1AD048
Text Example
Text Example
White with #1AD048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD048; }
p { color: rgb(26,208,72); }
H1.HeaderClassName
{
color: #1AD048;
}
.AnyTagClassName
{
color: #1AD048;
}
</style>
background-color css
<style>
a { background-color: #1AD048; }
a { background-color: rgb(26,208,72); }
div.DivClassName
{
background-color: #1AD048;
}
.BgClassName
{
background-color: #1AD048;
}
</style>
border-color css
<style>
span { border-color: #1AD048; }
span { border-color: rgb(26,208,72); }
td.TdClassName
{
border-color: #1AD048;
}
.TagClassName
{
border-color: #1AD048;
}
</style>