Shades of Malachite #1AC965
Tints of Malachite #1AC965
RGB
CMYK
RGB Variations
Color information
#1AC965 (or 0x1AC965) is known color: Malachite. HEX triplet: 1A, C9 and 65. RGB value is (26,201,101). Sum of RGB (Red+Green+Blue) = 26+201+101=328 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.93% from 328); Green value is 201 (78.91% from 255 or 61.28% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 201 - color contains mainly: green. Hex color #1AC965 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC965 is #E5369A. Grayscale: #898989. Windows color (decimal): -15021723 or 6670618. OLE color: 6670618.
HSL color Cylindrical-coordinate representation of color #1AC965: hue angle of 145.71º 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 #1AC965 is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 26 | 201 | 101 | - |
| CMYK | 0.87 | 0 | 0.50 | 0.21 |
| HSL | 145.71º | 0.77% | 0.45% | - |
| HSV(B) | 145.71º | 0.87% | 0.79% | - |
| XYZ | 23.66 | 42.93 | 19.35 | - |
| YUV | 137.28 | 107.52 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 201 | 101 | 0.87 | 0 | 0.50 | 0.21 | 145.71 | 0.77 | 0.45 |
| Hex | 1A | C9 | 65 | 57 | 0 | 32 | 15 | 92 | 4D | 2D |
| Octal | 32 | 311 | 145 | 127 | 0 | 62 | 25 | 222 | 115 | 55 |
| Binary | 11010 | 11001001 | 1100101 | 1010111 | 0 | 110010 | 10101 | 10010010 | 1001101 | 101101 |
Color Harmonies of #1AC965
Complementary color
Monochromatic Colors of #1AC965
Black with #1AC965
Text Example
Text Example
White with #1AC965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC965; }
p { color: rgb(26,201,101); }
H1.HeaderClassName
{
color: #1AC965;
}
.AnyTagClassName
{
color: #1AC965;
}
</style>
background-color css
<style>
a { background-color: #1AC965; }
a { background-color: rgb(26,201,101); }
div.DivClassName
{
background-color: #1AC965;
}
.BgClassName
{
background-color: #1AC965;
}
</style>
border-color css
<style>
span { border-color: #1AC965; }
span { border-color: rgb(26,201,101); }
td.TdClassName
{
border-color: #1AC965;
}
.TagClassName
{
border-color: #1AC965;
}
</style>