Shades of Malachite #1AD35E
Tints of Malachite #1AD35E
RGB
CMYK
RGB Variations
Color information
#1AD35E (or 0x1AD35E) is known color: Malachite. HEX triplet: 1A, D3 and 5E. RGB value is (26,211,94). Sum of RGB (Red+Green+Blue) = 26+211+94=331 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.85% from 331); Green value is 211 (82.81% from 255 or 63.75% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 211 - color contains mainly: green. Hex color #1AD35E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD35E is #E52CA1. Grayscale: #8E8E8E. Windows color (decimal): -15019170 or 6214426. OLE color: 6214426.
HSL color Cylindrical-coordinate representation of color #1AD35E: hue angle of 142.05º 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 #1AD35E is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 211 | 94 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.17 |
| HSL | 142.05º | 0.78% | 0.46% | - |
| HSV(B) | 142.05º | 0.88% | 0.83% | - |
| XYZ | 25.74 | 47.62 | 18.42 | - |
| YUV | 142.35 | 100.71 | 45.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 211 | 94 | 0.88 | 0 | 0.55 | 0.17 | 142.05 | 0.78 | 0.46 |
| Hex | 1A | D3 | 5E | 58 | 0 | 37 | 11 | 8E | 4E | 2E |
| Octal | 32 | 323 | 136 | 130 | 0 | 67 | 21 | 216 | 116 | 56 |
| Binary | 11010 | 11010011 | 1011110 | 1011000 | 0 | 110111 | 10001 | 10001110 | 1001110 | 101110 |
Color Harmonies of #1AD35E
Complementary color
Monochromatic Colors of #1AD35E
Black with #1AD35E
Text Example
Text Example
White with #1AD35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD35E; }
p { color: rgb(26,211,94); }
H1.HeaderClassName
{
color: #1AD35E;
}
.AnyTagClassName
{
color: #1AD35E;
}
</style>
background-color css
<style>
a { background-color: #1AD35E; }
a { background-color: rgb(26,211,94); }
div.DivClassName
{
background-color: #1AD35E;
}
.BgClassName
{
background-color: #1AD35E;
}
</style>
border-color css
<style>
span { border-color: #1AD35E; }
span { border-color: rgb(26,211,94); }
td.TdClassName
{
border-color: #1AD35E;
}
.TagClassName
{
border-color: #1AD35E;
}
</style>