Shades of Malachite #1ACF55
Tints of Malachite #1ACF55
RGB
CMYK
RGB Variations
Color information
#1ACF55 (or 0x1ACF55) is known color: Malachite. HEX triplet: 1A, CF and 55. RGB value is (26,207,85). Sum of RGB (Red+Green+Blue) = 26+207+85=318 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.18% from 318); Green value is 207 (81.25% from 255 or 65.09% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ACF55 is #E530AA. Grayscale: #8B8B8B. Windows color (decimal): -15020203 or 5623578. OLE color: 5623578.
HSL color Cylindrical-coordinate representation of color #1ACF55: hue angle of 139.56º 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 #1ACF55 is Cyan = 0.87, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 207 | 85 | - |
| CMYK | 0.87 | 0 | 0.59 | 0.19 |
| HSL | 139.56º | 0.78% | 0.46% | - |
| HSV(B) | 139.56º | 0.87% | 0.81% | - |
| XYZ | 24.38 | 45.5 | 16.09 | - |
| YUV | 138.97 | 97.53 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 207 | 85 | 0.87 | 0 | 0.59 | 0.19 | 139.56 | 0.78 | 0.46 |
| Hex | 1A | CF | 55 | 57 | 0 | 3B | 13 | 8C | 4E | 2E |
| Octal | 32 | 317 | 125 | 127 | 0 | 73 | 23 | 214 | 116 | 56 |
| Binary | 11010 | 11001111 | 1010101 | 1010111 | 0 | 111011 | 10011 | 10001100 | 1001110 | 101110 |
Color Harmonies of #1ACF55
Complementary color
Monochromatic Colors of #1ACF55
Black with #1ACF55
Text Example
Text Example
White with #1ACF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACF55; }
p { color: rgb(26,207,85); }
H1.HeaderClassName
{
color: #1ACF55;
}
.AnyTagClassName
{
color: #1ACF55;
}
</style>
background-color css
<style>
a { background-color: #1ACF55; }
a { background-color: rgb(26,207,85); }
div.DivClassName
{
background-color: #1ACF55;
}
.BgClassName
{
background-color: #1ACF55;
}
</style>
border-color css
<style>
span { border-color: #1ACF55; }
span { border-color: rgb(26,207,85); }
td.TdClassName
{
border-color: #1ACF55;
}
.TagClassName
{
border-color: #1ACF55;
}
</style>