Shades of Malachite #1ACF64
Tints of Malachite #1ACF64
RGB
CMYK
RGB Variations
Color information
#1ACF64 (or 0x1ACF64) is known color: Malachite. HEX triplet: 1A, CF and 64. RGB value is (26,207,100). Sum of RGB (Red+Green+Blue) = 26+207+100=333 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.81% from 333); Green value is 207 (81.25% from 255 or 62.16% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ACF64 is #E5309B. Grayscale: #8C8C8C. Windows color (decimal): -15020188 or 6606618. OLE color: 6606618.
HSL color Cylindrical-coordinate representation of color #1ACF64: hue angle of 144.53º 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 #1ACF64 is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 207 | 100 | - |
| CMYK | 0.87 | 0 | 0.52 | 0.19 |
| HSL | 144.53º | 0.78% | 0.46% | - |
| HSV(B) | 144.53º | 0.87% | 0.81% | - |
| XYZ | 25.04 | 45.77 | 19.57 | - |
| YUV | 140.68 | 105.03 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 207 | 100 | 0.87 | 0 | 0.52 | 0.19 | 144.53 | 0.78 | 0.46 |
| Hex | 1A | CF | 64 | 57 | 0 | 34 | 13 | 91 | 4E | 2E |
| Octal | 32 | 317 | 144 | 127 | 0 | 64 | 23 | 221 | 116 | 56 |
| Binary | 11010 | 11001111 | 1100100 | 1010111 | 0 | 110100 | 10011 | 10010001 | 1001110 | 101110 |
Color Harmonies of #1ACF64
Complementary color
Monochromatic Colors of #1ACF64
Black with #1ACF64
Text Example
Text Example
White with #1ACF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACF64; }
p { color: rgb(26,207,100); }
H1.HeaderClassName
{
color: #1ACF64;
}
.AnyTagClassName
{
color: #1ACF64;
}
</style>
background-color css
<style>
a { background-color: #1ACF64; }
a { background-color: rgb(26,207,100); }
div.DivClassName
{
background-color: #1ACF64;
}
.BgClassName
{
background-color: #1ACF64;
}
</style>
border-color css
<style>
span { border-color: #1ACF64; }
span { border-color: rgb(26,207,100); }
td.TdClassName
{
border-color: #1ACF64;
}
.TagClassName
{
border-color: #1ACF64;
}
</style>