Shades of Malachite #1AFA4A
Tints of Malachite #1AFA4A
RGB
CMYK
RGB Variations
Color information
#1AFA4A (or 0x1AFA4A) is known color: Malachite. HEX triplet: 1A, FA and 4A. RGB value is (26,250,74). Sum of RGB (Red+Green+Blue) = 26+250+74=350 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.43% from 350); Green value is 250 (98.05% from 255 or 71.43% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFA4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFA4A is #E505B5. Grayscale: #A3A3A3. Windows color (decimal): -15009206 or 4913690. OLE color: 4913690.
HSL color Cylindrical-coordinate representation of color #1AFA4A: hue angle of 132.86º 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 #1AFA4A is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 250 | 74 | - |
| CMYK | 0.90 | 0 | 0.70 | 0.02 |
| HSL | 132.86º | 0.96% | 0.54% | - |
| HSV(B) | 132.86º | 0.9% | 0.98% | - |
| XYZ | 35.85 | 69.09 | 17.92 | - |
| YUV | 162.96 | 77.79 | 30.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 250 | 74 | 0.90 | 0 | 0.70 | 0.02 | 132.86 | 0.96 | 0.54 |
| Hex | 1A | FA | 4A | 5A | 0 | 46 | 2 | 85 | 60 | 36 |
| Octal | 32 | 372 | 112 | 132 | 0 | 106 | 2 | 205 | 140 | 66 |
| Binary | 11010 | 11111010 | 1001010 | 1011010 | 0 | 1000110 | 10 | 10000101 | 1100000 | 110110 |
Color Harmonies of #1AFA4A
Complementary color
Monochromatic Colors of #1AFA4A
Black with #1AFA4A
Text Example
Text Example
White with #1AFA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFA4A; }
p { color: rgb(26,250,74); }
H1.HeaderClassName
{
color: #1AFA4A;
}
.AnyTagClassName
{
color: #1AFA4A;
}
</style>
background-color css
<style>
a { background-color: #1AFA4A; }
a { background-color: rgb(26,250,74); }
div.DivClassName
{
background-color: #1AFA4A;
}
.BgClassName
{
background-color: #1AFA4A;
}
</style>
border-color css
<style>
span { border-color: #1AFA4A; }
span { border-color: rgb(26,250,74); }
td.TdClassName
{
border-color: #1AFA4A;
}
.TagClassName
{
border-color: #1AFA4A;
}
</style>