Shades of Malachite #1AF14A
Tints of Malachite #1AF14A
RGB
CMYK
RGB Variations
Color information
#1AF14A (or 0x1AF14A) is known color: Malachite. HEX triplet: 1A, F1 and 4A. RGB value is (26,241,74). Sum of RGB (Red+Green+Blue) = 26+241+74=341 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.62% from 341); Green value is 241 (94.53% from 255 or 70.67% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 241 - color contains mainly: green. Hex color #1AF14A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF14A is #E50EB5. Grayscale: #9E9E9E. Windows color (decimal): -15011510 or 4911386. OLE color: 4911386.
HSL color Cylindrical-coordinate representation of color #1AF14A: hue angle of 133.4º 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 #1AF14A is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 241 | 74 | - |
| CMYK | 0.89 | 0 | 0.69 | 0.05 |
| HSL | 133.4º | 0.88% | 0.52% | - |
| HSV(B) | 133.4º | 0.89% | 0.95% | - |
| XYZ | 33.12 | 63.62 | 17.01 | - |
| YUV | 157.68 | 80.77 | 34.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 241 | 74 | 0.89 | 0 | 0.69 | 0.05 | 133.4 | 0.88 | 0.52 |
| Hex | 1A | F1 | 4A | 59 | 0 | 45 | 5 | 85 | 58 | 34 |
| Octal | 32 | 361 | 112 | 131 | 0 | 105 | 5 | 205 | 130 | 64 |
| Binary | 11010 | 11110001 | 1001010 | 1011001 | 0 | 1000101 | 101 | 10000101 | 1011000 | 110100 |
Color Harmonies of #1AF14A
Complementary color
Monochromatic Colors of #1AF14A
Black with #1AF14A
Text Example
Text Example
White with #1AF14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF14A; }
p { color: rgb(26,241,74); }
H1.HeaderClassName
{
color: #1AF14A;
}
.AnyTagClassName
{
color: #1AF14A;
}
</style>
background-color css
<style>
a { background-color: #1AF14A; }
a { background-color: rgb(26,241,74); }
div.DivClassName
{
background-color: #1AF14A;
}
.BgClassName
{
background-color: #1AF14A;
}
</style>
border-color css
<style>
span { border-color: #1AF14A; }
span { border-color: rgb(26,241,74); }
td.TdClassName
{
border-color: #1AF14A;
}
.TagClassName
{
border-color: #1AF14A;
}
</style>