Shades of Malachite #1AC05D
Tints of Malachite #1AC05D
RGB
CMYK
RGB Variations
Color information
#1AC05D (or 0x1AC05D) is known color: Malachite. HEX triplet: 1A, C0 and 5D. RGB value is (26,192,93). Sum of RGB (Red+Green+Blue) = 26+192+93=311 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.36% from 311); Green value is 192 (75.39% from 255 or 61.74% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC05D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC05D is #E53FA2. Grayscale: #838383. Windows color (decimal): -15024035 or 6144026. OLE color: 6144026.
HSL color Cylindrical-coordinate representation of color #1AC05D: hue angle of 144.22º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AC05D is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 192 | 93 | - |
| CMYK | 0.86 | 0 | 0.52 | 0.25 |
| HSL | 144.22º | 0.76% | 0.43% | - |
| HSV(B) | 144.22º | 0.86% | 0.75% | - |
| XYZ | 21.25 | 38.71 | 16.71 | - |
| YUV | 131.08 | 106.5 | 53.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 192 | 93 | 0.86 | 0 | 0.52 | 0.25 | 144.22 | 0.76 | 0.43 |
| Hex | 1A | C0 | 5D | 56 | 0 | 34 | 19 | 90 | 4C | 2B |
| Octal | 32 | 300 | 135 | 126 | 0 | 64 | 31 | 220 | 114 | 53 |
| Binary | 11010 | 11000000 | 1011101 | 1010110 | 0 | 110100 | 11001 | 10010000 | 1001100 | 101011 |
Color Harmonies of #1AC05D
Complementary color
Monochromatic Colors of #1AC05D
Black with #1AC05D
Text Example
Text Example
White with #1AC05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC05D; }
p { color: rgb(26,192,93); }
H1.HeaderClassName
{
color: #1AC05D;
}
.AnyTagClassName
{
color: #1AC05D;
}
</style>
background-color css
<style>
a { background-color: #1AC05D; }
a { background-color: rgb(26,192,93); }
div.DivClassName
{
background-color: #1AC05D;
}
.BgClassName
{
background-color: #1AC05D;
}
</style>
border-color css
<style>
span { border-color: #1AC05D; }
span { border-color: rgb(26,192,93); }
td.TdClassName
{
border-color: #1AC05D;
}
.TagClassName
{
border-color: #1AC05D;
}
</style>