Shades of Malachite #1AD370
Tints of Malachite #1AD370
RGB
CMYK
RGB Variations
Color information
#1AD370 (or 0x1AD370) is known color: Malachite. HEX triplet: 1A, D3 and 70. RGB value is (26,211,112). Sum of RGB (Red+Green+Blue) = 26+211+112=349 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.45% from 349); Green value is 211 (82.81% from 255 or 60.46% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 211 - color contains mainly: green. Hex color #1AD370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD370 is #E52C8F. Grayscale: #909090. Windows color (decimal): -15019152 or 7394074. OLE color: 7394074.
HSL color Cylindrical-coordinate representation of color #1AD370: hue angle of 147.89º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD370 is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 211 | 112 | - |
| CMYK | 0.88 | 0 | 0.47 | 0.17 |
| HSL | 147.89º | 0.78% | 0.46% | - |
| HSV(B) | 147.89º | 0.88% | 0.83% | - |
| XYZ | 26.64 | 47.98 | 23.19 | - |
| YUV | 144.4 | 109.71 | 43.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 211 | 112 | 0.88 | 0 | 0.47 | 0.17 | 147.89 | 0.78 | 0.46 |
| Hex | 1A | D3 | 70 | 58 | 0 | 2F | 11 | 94 | 4E | 2E |
| Octal | 32 | 323 | 160 | 130 | 0 | 57 | 21 | 224 | 116 | 56 |
| Binary | 11010 | 11010011 | 1110000 | 1011000 | 0 | 101111 | 10001 | 10010100 | 1001110 | 101110 |
Color Harmonies of #1AD370
Complementary color
Monochromatic Colors of #1AD370
Black with #1AD370
Text Example
Text Example
White with #1AD370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD370; }
p { color: rgb(26,211,112); }
H1.HeaderClassName
{
color: #1AD370;
}
.AnyTagClassName
{
color: #1AD370;
}
</style>
background-color css
<style>
a { background-color: #1AD370; }
a { background-color: rgb(26,211,112); }
div.DivClassName
{
background-color: #1AD370;
}
.BgClassName
{
background-color: #1AD370;
}
</style>
border-color css
<style>
span { border-color: #1AD370; }
span { border-color: rgb(26,211,112); }
td.TdClassName
{
border-color: #1AD370;
}
.TagClassName
{
border-color: #1AD370;
}
</style>