Shades of Malachite #1AF445
Tints of Malachite #1AF445
RGB
CMYK
RGB Variations
Color information
#1AF445 (or 0x1AF445) is known color: Malachite. HEX triplet: 1A, F4 and 45. RGB value is (26,244,69). Sum of RGB (Red+Green+Blue) = 26+244+69=339 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.67% from 339); Green value is 244 (95.70% from 255 or 71.98% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 244 - color contains mainly: green. Hex color #1AF445 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF445 is #E50BBA. Grayscale: #9F9F9F. Windows color (decimal): -15010747 or 4584474. OLE color: 4584474.
HSL color Cylindrical-coordinate representation of color #1AF445: hue angle of 131.83º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF445 is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 244 | 69 | - |
| CMYK | 0.89 | 0 | 0.72 | 0.04 |
| HSL | 131.83º | 0.91% | 0.53% | - |
| HSV(B) | 131.83º | 0.89% | 0.96% | - |
| XYZ | 33.85 | 65.35 | 16.46 | - |
| YUV | 158.87 | 77.28 | 33.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 244 | 69 | 0.89 | 0 | 0.72 | 0.04 | 131.83 | 0.91 | 0.53 |
| Hex | 1A | F4 | 45 | 59 | 0 | 48 | 4 | 84 | 5B | 35 |
| Octal | 32 | 364 | 105 | 131 | 0 | 110 | 4 | 204 | 133 | 65 |
| Binary | 11010 | 11110100 | 1000101 | 1011001 | 0 | 1001000 | 100 | 10000100 | 1011011 | 110101 |
Color Harmonies of #1AF445
Complementary color
Monochromatic Colors of #1AF445
Black with #1AF445
Text Example
Text Example
White with #1AF445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF445; }
p { color: rgb(26,244,69); }
H1.HeaderClassName
{
color: #1AF445;
}
.AnyTagClassName
{
color: #1AF445;
}
</style>
background-color css
<style>
a { background-color: #1AF445; }
a { background-color: rgb(26,244,69); }
div.DivClassName
{
background-color: #1AF445;
}
.BgClassName
{
background-color: #1AF445;
}
</style>
border-color css
<style>
span { border-color: #1AF445; }
span { border-color: rgb(26,244,69); }
td.TdClassName
{
border-color: #1AF445;
}
.TagClassName
{
border-color: #1AF445;
}
</style>