Shades of Malachite #1AC96A
Tints of Malachite #1AC96A
RGB
CMYK
RGB Variations
Color information
#1AC96A (or 0x1AC96A) is known color: Malachite. HEX triplet: 1A, C9 and 6A. RGB value is (26,201,106). Sum of RGB (Red+Green+Blue) = 26+201+106=333 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.81% from 333); Green value is 201 (78.91% from 255 or 60.36% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 201 - color contains mainly: green. Hex color #1AC96A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC96A is #E53695. Grayscale: #8A8A8A. Windows color (decimal): -15021718 or 6998298. OLE color: 6998298.
HSL color Cylindrical-coordinate representation of color #1AC96A: hue angle of 147.43º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC96A is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 26 | 201 | 106 | - |
| CMYK | 0.87 | 0 | 0.47 | 0.21 |
| HSL | 147.43º | 0.77% | 0.45% | - |
| HSV(B) | 147.43º | 0.87% | 0.79% | - |
| XYZ | 23.91 | 43.03 | 20.68 | - |
| YUV | 137.85 | 110.02 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 201 | 106 | 0.87 | 0 | 0.47 | 0.21 | 147.43 | 0.77 | 0.45 |
| Hex | 1A | C9 | 6A | 57 | 0 | 2F | 15 | 93 | 4D | 2D |
| Octal | 32 | 311 | 152 | 127 | 0 | 57 | 25 | 223 | 115 | 55 |
| Binary | 11010 | 11001001 | 1101010 | 1010111 | 0 | 101111 | 10101 | 10010011 | 1001101 | 101101 |
Color Harmonies of #1AC96A
Complementary color
Monochromatic Colors of #1AC96A
Black with #1AC96A
Text Example
Text Example
White with #1AC96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC96A; }
p { color: rgb(26,201,106); }
H1.HeaderClassName
{
color: #1AC96A;
}
.AnyTagClassName
{
color: #1AC96A;
}
</style>
background-color css
<style>
a { background-color: #1AC96A; }
a { background-color: rgb(26,201,106); }
div.DivClassName
{
background-color: #1AC96A;
}
.BgClassName
{
background-color: #1AC96A;
}
</style>
border-color css
<style>
span { border-color: #1AC96A; }
span { border-color: rgb(26,201,106); }
td.TdClassName
{
border-color: #1AC96A;
}
.TagClassName
{
border-color: #1AC96A;
}
</style>