Shades of Malachite #1AD93D
Tints of Malachite #1AD93D
RGB
CMYK
RGB Variations
Color information
#1AD93D (or 0x1AD93D) is known color: Malachite. HEX triplet: 1A, D9 and 3D. RGB value is (26,217,61). Sum of RGB (Red+Green+Blue) = 26+217+61=304 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.55% from 304); Green value is 217 (85.16% from 255 or 71.38% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 217 - color contains mainly: green. Hex color #1AD93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD93D is #E526C2. Grayscale: #8E8E8E. Windows color (decimal): -15017667 or 4053274. OLE color: 4053274.
HSL color Cylindrical-coordinate representation of color #1AD93D: hue angle of 130.99º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD93D is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 217 | 61 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.15 |
| HSL | 130.99º | 0.79% | 0.48% | - |
| HSV(B) | 130.99º | 0.88% | 0.85% | - |
| XYZ | 26.08 | 50.18 | 12.73 | - |
| YUV | 142.11 | 82.22 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 217 | 61 | 0.88 | 0 | 0.72 | 0.15 | 130.99 | 0.79 | 0.48 |
| Hex | 1A | D9 | 3D | 58 | 0 | 48 | F | 83 | 4F | 30 |
| Octal | 32 | 331 | 75 | 130 | 0 | 110 | 17 | 203 | 117 | 60 |
| Binary | 11010 | 11011001 | 111101 | 1011000 | 0 | 1001000 | 1111 | 10000011 | 1001111 | 110000 |
Color Harmonies of #1AD93D
Complementary color
Monochromatic Colors of #1AD93D
Black with #1AD93D
Text Example
Text Example
White with #1AD93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD93D; }
p { color: rgb(26,217,61); }
H1.HeaderClassName
{
color: #1AD93D;
}
.AnyTagClassName
{
color: #1AD93D;
}
</style>
background-color css
<style>
a { background-color: #1AD93D; }
a { background-color: rgb(26,217,61); }
div.DivClassName
{
background-color: #1AD93D;
}
.BgClassName
{
background-color: #1AD93D;
}
</style>
border-color css
<style>
span { border-color: #1AD93D; }
span { border-color: rgb(26,217,61); }
td.TdClassName
{
border-color: #1AD93D;
}
.TagClassName
{
border-color: #1AD93D;
}
</style>