Shades of Malachite #1AC465
Tints of Malachite #1AC465
RGB
CMYK
RGB Variations
Color information
#1AC465 (or 0x1AC465) is known color: Malachite. HEX triplet: 1A, C4 and 65. RGB value is (26,196,101). Sum of RGB (Red+Green+Blue) = 26+196+101=323 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.05% from 323); Green value is 196 (76.95% from 255 or 60.68% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 196 - color contains mainly: green. Hex color #1AC465 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC465 is #E53B9A. Grayscale: #868686. Windows color (decimal): -15023003 or 6669338. OLE color: 6669338.
HSL color Cylindrical-coordinate representation of color #1AC465: hue angle of 146.47º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC465 is Cyan = 0.87, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 26 | 196 | 101 | - |
| CMYK | 0.87 | 0 | 0.48 | 0.23 |
| HSL | 146.47º | 0.77% | 0.44% | - |
| HSV(B) | 146.47º | 0.87% | 0.77% | - |
| XYZ | 22.51 | 40.64 | 18.97 | - |
| YUV | 134.34 | 109.18 | 50.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 196 | 101 | 0.87 | 0 | 0.48 | 0.23 | 146.47 | 0.77 | 0.44 |
| Hex | 1A | C4 | 65 | 57 | 0 | 30 | 17 | 92 | 4D | 2C |
| Octal | 32 | 304 | 145 | 127 | 0 | 60 | 27 | 222 | 115 | 54 |
| Binary | 11010 | 11000100 | 1100101 | 1010111 | 0 | 110000 | 10111 | 10010010 | 1001101 | 101100 |
Color Harmonies of #1AC465
Complementary color
Monochromatic Colors of #1AC465
Black with #1AC465
Text Example
Text Example
White with #1AC465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC465; }
p { color: rgb(26,196,101); }
H1.HeaderClassName
{
color: #1AC465;
}
.AnyTagClassName
{
color: #1AC465;
}
</style>
background-color css
<style>
a { background-color: #1AC465; }
a { background-color: rgb(26,196,101); }
div.DivClassName
{
background-color: #1AC465;
}
.BgClassName
{
background-color: #1AC465;
}
</style>
border-color css
<style>
span { border-color: #1AC465; }
span { border-color: rgb(26,196,101); }
td.TdClassName
{
border-color: #1AC465;
}
.TagClassName
{
border-color: #1AC465;
}
</style>