Shades of Malachite #1AFA5E
Tints of Malachite #1AFA5E
RGB
CMYK
RGB Variations
Color information
#1AFA5E (or 0x1AFA5E) is known color: Malachite. HEX triplet: 1A, FA and 5E. RGB value is (26,250,94). Sum of RGB (Red+Green+Blue) = 26+250+94=370 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.03% from 370); Green value is 250 (98.05% from 255 or 67.57% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFA5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFA5E is #E505A1. Grayscale: #A5A5A5. Windows color (decimal): -15009186 or 6224410. OLE color: 6224410.
HSL color Cylindrical-coordinate representation of color #1AFA5E: hue angle of 138.21º 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 #1AFA5E is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 250 | 94 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.02 |
| HSL | 138.21º | 0.96% | 0.54% | - |
| HSV(B) | 138.21º | 0.9% | 0.98% | - |
| XYZ | 36.63 | 69.4 | 22.05 | - |
| YUV | 165.24 | 87.79 | 28.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 250 | 94 | 0.90 | 0 | 0.62 | 0.02 | 138.21 | 0.96 | 0.54 |
| Hex | 1A | FA | 5E | 5A | 0 | 3E | 2 | 8A | 60 | 36 |
| Octal | 32 | 372 | 136 | 132 | 0 | 76 | 2 | 212 | 140 | 66 |
| Binary | 11010 | 11111010 | 1011110 | 1011010 | 0 | 111110 | 10 | 10001010 | 1100000 | 110110 |
Color Harmonies of #1AFA5E
Complementary color
Monochromatic Colors of #1AFA5E
Black with #1AFA5E
Text Example
Text Example
White with #1AFA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFA5E; }
p { color: rgb(26,250,94); }
H1.HeaderClassName
{
color: #1AFA5E;
}
.AnyTagClassName
{
color: #1AFA5E;
}
</style>
background-color css
<style>
a { background-color: #1AFA5E; }
a { background-color: rgb(26,250,94); }
div.DivClassName
{
background-color: #1AFA5E;
}
.BgClassName
{
background-color: #1AFA5E;
}
</style>
border-color css
<style>
span { border-color: #1AFA5E; }
span { border-color: rgb(26,250,94); }
td.TdClassName
{
border-color: #1AFA5E;
}
.TagClassName
{
border-color: #1AFA5E;
}
</style>