Shades of Malachite #1AC25F
Tints of Malachite #1AC25F
RGB
CMYK
RGB Variations
Color information
#1AC25F (or 0x1AC25F) is known color: Malachite. HEX triplet: 1A, C2 and 5F. RGB value is (26,194,95). Sum of RGB (Red+Green+Blue) = 26+194+95=315 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.25% from 315); Green value is 194 (76.17% from 255 or 61.59% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 194 - color contains mainly: green. Hex color #1AC25F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC25F is #E53DA0. Grayscale: #848484. Windows color (decimal): -15023521 or 6275610. OLE color: 6275610.
HSL color Cylindrical-coordinate representation of color #1AC25F: hue angle of 144.64º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC25F is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 26 | 194 | 95 | - |
| CMYK | 0.87 | 0 | 0.51 | 0.24 |
| HSL | 144.64º | 0.76% | 0.43% | - |
| HSV(B) | 144.64º | 0.87% | 0.76% | - |
| XYZ | 21.78 | 39.63 | 17.33 | - |
| YUV | 132.48 | 106.84 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 194 | 95 | 0.87 | 0 | 0.51 | 0.24 | 144.64 | 0.76 | 0.43 |
| Hex | 1A | C2 | 5F | 57 | 0 | 33 | 18 | 91 | 4C | 2B |
| Octal | 32 | 302 | 137 | 127 | 0 | 63 | 30 | 221 | 114 | 53 |
| Binary | 11010 | 11000010 | 1011111 | 1010111 | 0 | 110011 | 11000 | 10010001 | 1001100 | 101011 |
Color Harmonies of #1AC25F
Complementary color
Monochromatic Colors of #1AC25F
Black with #1AC25F
Text Example
Text Example
White with #1AC25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC25F; }
p { color: rgb(26,194,95); }
H1.HeaderClassName
{
color: #1AC25F;
}
.AnyTagClassName
{
color: #1AC25F;
}
</style>
background-color css
<style>
a { background-color: #1AC25F; }
a { background-color: rgb(26,194,95); }
div.DivClassName
{
background-color: #1AC25F;
}
.BgClassName
{
background-color: #1AC25F;
}
</style>
border-color css
<style>
span { border-color: #1AC25F; }
span { border-color: rgb(26,194,95); }
td.TdClassName
{
border-color: #1AC25F;
}
.TagClassName
{
border-color: #1AC25F;
}
</style>