Shades of Malachite #1ACF70
Tints of Malachite #1ACF70
RGB
CMYK
RGB Variations
Color information
#1ACF70 (or 0x1ACF70) is known color: Malachite. HEX triplet: 1A, CF and 70. RGB value is (26,207,112). Sum of RGB (Red+Green+Blue) = 26+207+112=345 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.54% from 345); Green value is 207 (81.25% from 255 or 60% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ACF70 is #E5308F. Grayscale: #8E8E8E. Windows color (decimal): -15020176 or 7393050. OLE color: 7393050.
HSL color Cylindrical-coordinate representation of color #1ACF70: hue angle of 148.51º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACF70 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 207 | 112 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.19 |
| HSL | 148.51º | 0.78% | 0.46% | - |
| HSV(B) | 148.51º | 0.87% | 0.81% | - |
| XYZ | 25.66 | 46.02 | 22.86 | - |
| YUV | 142.05 | 111.03 | 45.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 207 | 112 | 0.87 | 0 | 0.46 | 0.19 | 148.51 | 0.78 | 0.46 |
| Hex | 1A | CF | 70 | 57 | 0 | 2E | 13 | 95 | 4E | 2E |
| Octal | 32 | 317 | 160 | 127 | 0 | 56 | 23 | 225 | 116 | 56 |
| Binary | 11010 | 11001111 | 1110000 | 1010111 | 0 | 101110 | 10011 | 10010101 | 1001110 | 101110 |
Color Harmonies of #1ACF70
Complementary color
Monochromatic Colors of #1ACF70
Black with #1ACF70
Text Example
Text Example
White with #1ACF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACF70; }
p { color: rgb(26,207,112); }
H1.HeaderClassName
{
color: #1ACF70;
}
.AnyTagClassName
{
color: #1ACF70;
}
</style>
background-color css
<style>
a { background-color: #1ACF70; }
a { background-color: rgb(26,207,112); }
div.DivClassName
{
background-color: #1ACF70;
}
.BgClassName
{
background-color: #1ACF70;
}
</style>
border-color css
<style>
span { border-color: #1ACF70; }
span { border-color: rgb(26,207,112); }
td.TdClassName
{
border-color: #1ACF70;
}
.TagClassName
{
border-color: #1ACF70;
}
</style>