Shades of Malachite #1AF145
Tints of Malachite #1AF145
RGB
CMYK
RGB Variations
Color information
#1AF145 (or 0x1AF145) is known color: Malachite. HEX triplet: 1A, F1 and 45. RGB value is (26,241,69). Sum of RGB (Red+Green+Blue) = 26+241+69=336 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.74% from 336); Green value is 241 (94.53% from 255 or 71.73% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 241 - color contains mainly: green. Hex color #1AF145 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF145 is #E50EBA. Grayscale: #9D9D9D. Windows color (decimal): -15011515 or 4583706. OLE color: 4583706.
HSL color Cylindrical-coordinate representation of color #1AF145: hue angle of 132º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF145 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 241 | 69 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.05 |
| HSL | 132º | 0.88% | 0.52% | - |
| HSV(B) | 132º | 0.89% | 0.95% | - |
| XYZ | 32.96 | 63.56 | 16.16 | - |
| YUV | 157.11 | 78.27 | 34.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 241 | 69 | 0.89 | 0 | 0.71 | 0.05 | 132 | 0.88 | 0.52 |
| Hex | 1A | F1 | 45 | 59 | 0 | 47 | 5 | 84 | 58 | 34 |
| Octal | 32 | 361 | 105 | 131 | 0 | 107 | 5 | 204 | 130 | 64 |
| Binary | 11010 | 11110001 | 1000101 | 1011001 | 0 | 1000111 | 101 | 10000100 | 1011000 | 110100 |
Color Harmonies of #1AF145
Complementary color
Monochromatic Colors of #1AF145
Black with #1AF145
Text Example
Text Example
White with #1AF145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF145; }
p { color: rgb(26,241,69); }
H1.HeaderClassName
{
color: #1AF145;
}
.AnyTagClassName
{
color: #1AF145;
}
</style>
background-color css
<style>
a { background-color: #1AF145; }
a { background-color: rgb(26,241,69); }
div.DivClassName
{
background-color: #1AF145;
}
.BgClassName
{
background-color: #1AF145;
}
</style>
border-color css
<style>
span { border-color: #1AF145; }
span { border-color: rgb(26,241,69); }
td.TdClassName
{
border-color: #1AF145;
}
.TagClassName
{
border-color: #1AF145;
}
</style>