Shades of Malachite #1AD43D
Tints of Malachite #1AD43D
RGB
CMYK
RGB Variations
Color information
#1AD43D (or 0x1AD43D) is known color: Malachite. HEX triplet: 1A, D4 and 3D. RGB value is (26,212,61). Sum of RGB (Red+Green+Blue) = 26+212+61=299 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.70% from 299); Green value is 212 (83.20% from 255 or 70.90% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 212 - color contains mainly: green. Hex color #1AD43D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD43D is #E52BC2. Grayscale: #8B8B8B. Windows color (decimal): -15018947 or 4051994. OLE color: 4051994.
HSL color Cylindrical-coordinate representation of color #1AD43D: hue angle of 131.29º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD43D is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 212 | 61 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.17 |
| HSL | 131.29º | 0.78% | 0.47% | - |
| HSV(B) | 131.29º | 0.88% | 0.83% | - |
| XYZ | 24.81 | 47.64 | 12.3 | - |
| YUV | 139.17 | 83.88 | 47.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 212 | 61 | 0.88 | 0 | 0.71 | 0.17 | 131.29 | 0.78 | 0.47 |
| Hex | 1A | D4 | 3D | 58 | 0 | 47 | 11 | 83 | 4E | 2F |
| Octal | 32 | 324 | 75 | 130 | 0 | 107 | 21 | 203 | 116 | 57 |
| Binary | 11010 | 11010100 | 111101 | 1011000 | 0 | 1000111 | 10001 | 10000011 | 1001110 | 101111 |
Color Harmonies of #1AD43D
Complementary color
Monochromatic Colors of #1AD43D
Black with #1AD43D
Text Example
Text Example
White with #1AD43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD43D; }
p { color: rgb(26,212,61); }
H1.HeaderClassName
{
color: #1AD43D;
}
.AnyTagClassName
{
color: #1AD43D;
}
</style>
background-color css
<style>
a { background-color: #1AD43D; }
a { background-color: rgb(26,212,61); }
div.DivClassName
{
background-color: #1AD43D;
}
.BgClassName
{
background-color: #1AD43D;
}
</style>
border-color css
<style>
span { border-color: #1AD43D; }
span { border-color: rgb(26,212,61); }
td.TdClassName
{
border-color: #1AD43D;
}
.TagClassName
{
border-color: #1AD43D;
}
</style>