Shades of Malachite #1ACF5F
Tints of Malachite #1ACF5F
RGB
CMYK
RGB Variations
Color information
#1ACF5F (or 0x1ACF5F) is known color: Malachite. HEX triplet: 1A, CF and 5F. RGB value is (26,207,95). Sum of RGB (Red+Green+Blue) = 26+207+95=328 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.93% from 328); Green value is 207 (81.25% from 255 or 63.11% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ACF5F is #E530A0. Grayscale: #8C8C8C. Windows color (decimal): -15020193 or 6278938. OLE color: 6278938.
HSL color Cylindrical-coordinate representation of color #1ACF5F: hue angle of 142.87º 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 #1ACF5F is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 207 | 95 | - |
| CMYK | 0.87 | 0 | 0.54 | 0.19 |
| HSL | 142.87º | 0.78% | 0.46% | - |
| HSV(B) | 142.87º | 0.87% | 0.81% | - |
| XYZ | 24.8 | 45.67 | 18.33 | - |
| YUV | 140.11 | 102.53 | 46.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 207 | 95 | 0.87 | 0 | 0.54 | 0.19 | 142.87 | 0.78 | 0.46 |
| Hex | 1A | CF | 5F | 57 | 0 | 36 | 13 | 8F | 4E | 2E |
| Octal | 32 | 317 | 137 | 127 | 0 | 66 | 23 | 217 | 116 | 56 |
| Binary | 11010 | 11001111 | 1011111 | 1010111 | 0 | 110110 | 10011 | 10001111 | 1001110 | 101110 |
Color Harmonies of #1ACF5F
Complementary color
Monochromatic Colors of #1ACF5F
Black with #1ACF5F
Text Example
Text Example
White with #1ACF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACF5F; }
p { color: rgb(26,207,95); }
H1.HeaderClassName
{
color: #1ACF5F;
}
.AnyTagClassName
{
color: #1ACF5F;
}
</style>
background-color css
<style>
a { background-color: #1ACF5F; }
a { background-color: rgb(26,207,95); }
div.DivClassName
{
background-color: #1ACF5F;
}
.BgClassName
{
background-color: #1ACF5F;
}
</style>
border-color css
<style>
span { border-color: #1ACF5F; }
span { border-color: rgb(26,207,95); }
td.TdClassName
{
border-color: #1ACF5F;
}
.TagClassName
{
border-color: #1ACF5F;
}
</style>