Shades of Malachite #1AFA3E
Tints of Malachite #1AFA3E
RGB
CMYK
RGB Variations
Color information
#1AFA3E (or 0x1AFA3E) is known color: Malachite. HEX triplet: 1A, FA and 3E. RGB value is (26,250,62). Sum of RGB (Red+Green+Blue) = 26+250+62=338 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.69% from 338); Green value is 250 (98.05% from 255 or 73.96% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFA3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFA3E is #E505C1. Grayscale: #A2A2A2. Windows color (decimal): -15009218 or 4127258. OLE color: 4127258.
HSL color Cylindrical-coordinate representation of color #1AFA3E: hue angle of 129.64º 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 #1AFA3E is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 250 | 62 | - |
| CMYK | 0.90 | 0 | 0.75 | 0.02 |
| HSL | 129.64º | 0.96% | 0.54% | - |
| HSV(B) | 129.64º | 0.9% | 0.98% | - |
| XYZ | 35.48 | 68.94 | 15.99 | - |
| YUV | 161.59 | 71.79 | 31.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 250 | 62 | 0.90 | 0 | 0.75 | 0.02 | 129.64 | 0.96 | 0.54 |
| Hex | 1A | FA | 3E | 5A | 0 | 4B | 2 | 82 | 60 | 36 |
| Octal | 32 | 372 | 76 | 132 | 0 | 113 | 2 | 202 | 140 | 66 |
| Binary | 11010 | 11111010 | 111110 | 1011010 | 0 | 1001011 | 10 | 10000010 | 1100000 | 110110 |
Color Harmonies of #1AFA3E
Complementary color
Monochromatic Colors of #1AFA3E
Black with #1AFA3E
Text Example
Text Example
White with #1AFA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFA3E; }
p { color: rgb(26,250,62); }
H1.HeaderClassName
{
color: #1AFA3E;
}
.AnyTagClassName
{
color: #1AFA3E;
}
</style>
background-color css
<style>
a { background-color: #1AFA3E; }
a { background-color: rgb(26,250,62); }
div.DivClassName
{
background-color: #1AFA3E;
}
.BgClassName
{
background-color: #1AFA3E;
}
</style>
border-color css
<style>
span { border-color: #1AFA3E; }
span { border-color: rgb(26,250,62); }
td.TdClassName
{
border-color: #1AFA3E;
}
.TagClassName
{
border-color: #1AFA3E;
}
</style>