Shades of Malachite #1AFA4D
Tints of Malachite #1AFA4D
RGB
CMYK
RGB Variations
Color information
#1AFA4D (or 0x1AFA4D) is known color: Malachite. HEX triplet: 1A, FA and 4D. RGB value is (26,250,77). Sum of RGB (Red+Green+Blue) = 26+250+77=353 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.37% from 353); Green value is 250 (98.05% from 255 or 70.82% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFA4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFA4D is #E505B2. Grayscale: #A3A3A3. Windows color (decimal): -15009203 or 5110298. OLE color: 5110298.
HSL color Cylindrical-coordinate representation of color #1AFA4D: hue angle of 133.66º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFA4D is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 250 | 77 | - |
| CMYK | 0.90 | 0 | 0.69 | 0.02 |
| HSL | 133.66º | 0.96% | 0.54% | - |
| HSV(B) | 133.66º | 0.9% | 0.98% | - |
| XYZ | 35.95 | 69.13 | 18.47 | - |
| YUV | 163.3 | 79.29 | 30.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 250 | 77 | 0.90 | 0 | 0.69 | 0.02 | 133.66 | 0.96 | 0.54 |
| Hex | 1A | FA | 4D | 5A | 0 | 45 | 2 | 86 | 60 | 36 |
| Octal | 32 | 372 | 115 | 132 | 0 | 105 | 2 | 206 | 140 | 66 |
| Binary | 11010 | 11111010 | 1001101 | 1011010 | 0 | 1000101 | 10 | 10000110 | 1100000 | 110110 |
Color Harmonies of #1AFA4D
Complementary color
Monochromatic Colors of #1AFA4D
Black with #1AFA4D
Text Example
Text Example
White with #1AFA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFA4D; }
p { color: rgb(26,250,77); }
H1.HeaderClassName
{
color: #1AFA4D;
}
.AnyTagClassName
{
color: #1AFA4D;
}
</style>
background-color css
<style>
a { background-color: #1AFA4D; }
a { background-color: rgb(26,250,77); }
div.DivClassName
{
background-color: #1AFA4D;
}
.BgClassName
{
background-color: #1AFA4D;
}
</style>
border-color css
<style>
span { border-color: #1AFA4D; }
span { border-color: rgb(26,250,77); }
td.TdClassName
{
border-color: #1AFA4D;
}
.TagClassName
{
border-color: #1AFA4D;
}
</style>