Shades of Malachite #1ACF45
Tints of Malachite #1ACF45
RGB
CMYK
RGB Variations
Color information
#1ACF45 (or 0x1ACF45) is known color: Malachite. HEX triplet: 1A, CF and 45. RGB value is (26,207,69). Sum of RGB (Red+Green+Blue) = 26+207+69=302 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.61% from 302); Green value is 207 (81.25% from 255 or 68.54% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACF45 is #E530BA. Grayscale: #898989. Windows color (decimal): -15020219 or 4575002. OLE color: 4575002.
HSL color Cylindrical-coordinate representation of color #1ACF45: hue angle of 134.25º 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 #1ACF45 is Cyan = 0.87, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 207 | 69 | - |
| CMYK | 0.87 | 0 | 0.67 | 0.19 |
| HSL | 134.25º | 0.78% | 0.46% | - |
| HSV(B) | 134.25º | 0.87% | 0.81% | - |
| XYZ | 23.81 | 45.27 | 13.11 | - |
| YUV | 137.15 | 89.53 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 207 | 69 | 0.87 | 0 | 0.67 | 0.19 | 134.25 | 0.78 | 0.46 |
| Hex | 1A | CF | 45 | 57 | 0 | 43 | 13 | 86 | 4E | 2E |
| Octal | 32 | 317 | 105 | 127 | 0 | 103 | 23 | 206 | 116 | 56 |
| Binary | 11010 | 11001111 | 1000101 | 1010111 | 0 | 1000011 | 10011 | 10000110 | 1001110 | 101110 |
Color Harmonies of #1ACF45
Complementary color
Monochromatic Colors of #1ACF45
Black with #1ACF45
Text Example
Text Example
White with #1ACF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACF45; }
p { color: rgb(26,207,69); }
H1.HeaderClassName
{
color: #1ACF45;
}
.AnyTagClassName
{
color: #1ACF45;
}
</style>
background-color css
<style>
a { background-color: #1ACF45; }
a { background-color: rgb(26,207,69); }
div.DivClassName
{
background-color: #1ACF45;
}
.BgClassName
{
background-color: #1ACF45;
}
</style>
border-color css
<style>
span { border-color: #1ACF45; }
span { border-color: rgb(26,207,69); }
td.TdClassName
{
border-color: #1ACF45;
}
.TagClassName
{
border-color: #1ACF45;
}
</style>