Shades of Malachite #1AD05A
Tints of Malachite #1AD05A
RGB
CMYK
RGB Variations
Color information
#1AD05A (or 0x1AD05A) is known color: Malachite. HEX triplet: 1A, D0 and 5A. RGB value is (26,208,90). Sum of RGB (Red+Green+Blue) = 26+208+90=324 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.02% from 324); Green value is 208 (81.64% from 255 or 64.20% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD05A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD05A is #E52FA5. Grayscale: #8C8C8C. Windows color (decimal): -15019942 or 5951514. OLE color: 5951514.
HSL color Cylindrical-coordinate representation of color #1AD05A: hue angle of 141.1º 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 #1AD05A is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 90 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.18 |
| HSL | 141.1º | 0.78% | 0.46% | - |
| HSV(B) | 141.1º | 0.88% | 0.82% | - |
| XYZ | 24.83 | 46.07 | 17.26 | - |
| YUV | 140.13 | 99.7 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 90 | 0.88 | 0 | 0.57 | 0.18 | 141.1 | 0.78 | 0.46 |
| Hex | 1A | D0 | 5A | 58 | 0 | 39 | 12 | 8D | 4E | 2E |
| Octal | 32 | 320 | 132 | 130 | 0 | 71 | 22 | 215 | 116 | 56 |
| Binary | 11010 | 11010000 | 1011010 | 1011000 | 0 | 111001 | 10010 | 10001101 | 1001110 | 101110 |
Color Harmonies of #1AD05A
Complementary color
Monochromatic Colors of #1AD05A
Black with #1AD05A
Text Example
Text Example
White with #1AD05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD05A; }
p { color: rgb(26,208,90); }
H1.HeaderClassName
{
color: #1AD05A;
}
.AnyTagClassName
{
color: #1AD05A;
}
</style>
background-color css
<style>
a { background-color: #1AD05A; }
a { background-color: rgb(26,208,90); }
div.DivClassName
{
background-color: #1AD05A;
}
.BgClassName
{
background-color: #1AD05A;
}
</style>
border-color css
<style>
span { border-color: #1AD05A; }
span { border-color: rgb(26,208,90); }
td.TdClassName
{
border-color: #1AD05A;
}
.TagClassName
{
border-color: #1AD05A;
}
</style>