Shades of Malachite #1AD05C
Tints of Malachite #1AD05C
RGB
CMYK
RGB Variations
Color information
#1AD05C (or 0x1AD05C) is known color: Malachite. HEX triplet: 1A, D0 and 5C. RGB value is (26,208,92). Sum of RGB (Red+Green+Blue) = 26+208+92=326 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.98% from 326); Green value is 208 (81.64% from 255 or 63.80% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD05C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD05C is #E52FA3. Grayscale: #8C8C8C. Windows color (decimal): -15019940 or 6082586. OLE color: 6082586.
HSL color Cylindrical-coordinate representation of color #1AD05C: hue angle of 141.76º 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 #1AD05C is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 92 | - |
| CMYK | 0.88 | 0 | 0.56 | 0.18 |
| HSL | 141.76º | 0.78% | 0.46% | - |
| HSV(B) | 141.76º | 0.88% | 0.82% | - |
| XYZ | 24.91 | 46.1 | 17.71 | - |
| YUV | 140.36 | 100.7 | 46.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 92 | 0.88 | 0 | 0.56 | 0.18 | 141.76 | 0.78 | 0.46 |
| Hex | 1A | D0 | 5C | 58 | 0 | 38 | 12 | 8E | 4E | 2E |
| Octal | 32 | 320 | 134 | 130 | 0 | 70 | 22 | 216 | 116 | 56 |
| Binary | 11010 | 11010000 | 1011100 | 1011000 | 0 | 111000 | 10010 | 10001110 | 1001110 | 101110 |
Color Harmonies of #1AD05C
Complementary color
Monochromatic Colors of #1AD05C
Black with #1AD05C
Text Example
Text Example
White with #1AD05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD05C; }
p { color: rgb(26,208,92); }
H1.HeaderClassName
{
color: #1AD05C;
}
.AnyTagClassName
{
color: #1AD05C;
}
</style>
background-color css
<style>
a { background-color: #1AD05C; }
a { background-color: rgb(26,208,92); }
div.DivClassName
{
background-color: #1AD05C;
}
.BgClassName
{
background-color: #1AD05C;
}
</style>
border-color css
<style>
span { border-color: #1AD05C; }
span { border-color: rgb(26,208,92); }
td.TdClassName
{
border-color: #1AD05C;
}
.TagClassName
{
border-color: #1AD05C;
}
</style>