Shades of Malachite #1ACF50
Tints of Malachite #1ACF50
RGB
CMYK
RGB Variations
Color information
#1ACF50 (or 0x1ACF50) is known color: Malachite. HEX triplet: 1A, CF and 50. RGB value is (26,207,80). Sum of RGB (Red+Green+Blue) = 26+207+80=313 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.31% from 313); Green value is 207 (81.25% from 255 or 66.13% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ACF50 is #E530AF. Grayscale: #8A8A8A. Windows color (decimal): -15020208 or 5295898. OLE color: 5295898.
HSL color Cylindrical-coordinate representation of color #1ACF50: hue angle of 137.9º 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 #1ACF50 is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 207 | 80 | - |
| CMYK | 0.87 | 0 | 0.61 | 0.19 |
| HSL | 137.9º | 0.78% | 0.46% | - |
| HSV(B) | 137.9º | 0.87% | 0.81% | - |
| XYZ | 24.19 | 45.42 | 15.08 | - |
| YUV | 138.4 | 95.03 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 207 | 80 | 0.87 | 0 | 0.61 | 0.19 | 137.9 | 0.78 | 0.46 |
| Hex | 1A | CF | 50 | 57 | 0 | 3D | 13 | 8A | 4E | 2E |
| Octal | 32 | 317 | 120 | 127 | 0 | 75 | 23 | 212 | 116 | 56 |
| Binary | 11010 | 11001111 | 1010000 | 1010111 | 0 | 111101 | 10011 | 10001010 | 1001110 | 101110 |
Color Harmonies of #1ACF50
Complementary color
Monochromatic Colors of #1ACF50
Black with #1ACF50
Text Example
Text Example
White with #1ACF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACF50; }
p { color: rgb(26,207,80); }
H1.HeaderClassName
{
color: #1ACF50;
}
.AnyTagClassName
{
color: #1ACF50;
}
</style>
background-color css
<style>
a { background-color: #1ACF50; }
a { background-color: rgb(26,207,80); }
div.DivClassName
{
background-color: #1ACF50;
}
.BgClassName
{
background-color: #1ACF50;
}
</style>
border-color css
<style>
span { border-color: #1ACF50; }
span { border-color: rgb(26,207,80); }
td.TdClassName
{
border-color: #1ACF50;
}
.TagClassName
{
border-color: #1ACF50;
}
</style>