Shades of Malachite #1AD053
Tints of Malachite #1AD053
RGB
CMYK
RGB Variations
Color information
#1AD053 (or 0x1AD053) is known color: Malachite. HEX triplet: 1A, D0 and 53. RGB value is (26,208,83). Sum of RGB (Red+Green+Blue) = 26+208+83=317 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.20% from 317); Green value is 208 (81.64% from 255 or 65.62% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD053 is #E52FAC. Grayscale: #8B8B8B. Windows color (decimal): -15019949 or 5492762. OLE color: 5492762.
HSL color Cylindrical-coordinate representation of color #1AD053: hue angle of 138.79º 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 #1AD053 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 83 | - |
| CMYK | 0.88 | 0 | 0.60 | 0.18 |
| HSL | 138.79º | 0.78% | 0.46% | - |
| HSV(B) | 138.79º | 0.88% | 0.82% | - |
| XYZ | 24.54 | 45.96 | 15.76 | - |
| YUV | 139.33 | 96.2 | 47.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 83 | 0.88 | 0 | 0.60 | 0.18 | 138.79 | 0.78 | 0.46 |
| Hex | 1A | D0 | 53 | 58 | 0 | 3C | 12 | 8B | 4E | 2E |
| Octal | 32 | 320 | 123 | 130 | 0 | 74 | 22 | 213 | 116 | 56 |
| Binary | 11010 | 11010000 | 1010011 | 1011000 | 0 | 111100 | 10010 | 10001011 | 1001110 | 101110 |
Color Harmonies of #1AD053
Complementary color
Monochromatic Colors of #1AD053
Black with #1AD053
Text Example
Text Example
White with #1AD053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD053; }
p { color: rgb(26,208,83); }
H1.HeaderClassName
{
color: #1AD053;
}
.AnyTagClassName
{
color: #1AD053;
}
</style>
background-color css
<style>
a { background-color: #1AD053; }
a { background-color: rgb(26,208,83); }
div.DivClassName
{
background-color: #1AD053;
}
.BgClassName
{
background-color: #1AD053;
}
</style>
border-color css
<style>
span { border-color: #1AD053; }
span { border-color: rgb(26,208,83); }
td.TdClassName
{
border-color: #1AD053;
}
.TagClassName
{
border-color: #1AD053;
}
</style>