Shades of Malachite #1AC950
Tints of Malachite #1AC950
RGB
CMYK
RGB Variations
Color information
#1AC950 (or 0x1AC950) is known color: Malachite. HEX triplet: 1A, C9 and 50. RGB value is (26,201,80). Sum of RGB (Red+Green+Blue) = 26+201+80=307 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.47% from 307); Green value is 201 (78.91% from 255 or 65.47% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 201 - color contains mainly: green. Hex color #1AC950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC950 is #E536AF. Grayscale: #878787. Windows color (decimal): -15021744 or 5294362. OLE color: 5294362.
HSL color Cylindrical-coordinate representation of color #1AC950: hue angle of 138.51º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC950 is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 26 | 201 | 80 | - |
| CMYK | 0.87 | 0 | 0.60 | 0.21 |
| HSL | 138.51º | 0.77% | 0.45% | - |
| HSV(B) | 138.51º | 0.87% | 0.79% | - |
| XYZ | 22.76 | 42.57 | 14.61 | - |
| YUV | 134.88 | 97.02 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 201 | 80 | 0.87 | 0 | 0.60 | 0.21 | 138.51 | 0.77 | 0.45 |
| Hex | 1A | C9 | 50 | 57 | 0 | 3C | 15 | 8B | 4D | 2D |
| Octal | 32 | 311 | 120 | 127 | 0 | 74 | 25 | 213 | 115 | 55 |
| Binary | 11010 | 11001001 | 1010000 | 1010111 | 0 | 111100 | 10101 | 10001011 | 1001101 | 101101 |
Color Harmonies of #1AC950
Complementary color
Monochromatic Colors of #1AC950
Black with #1AC950
Text Example
Text Example
White with #1AC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC950; }
p { color: rgb(26,201,80); }
H1.HeaderClassName
{
color: #1AC950;
}
.AnyTagClassName
{
color: #1AC950;
}
</style>
background-color css
<style>
a { background-color: #1AC950; }
a { background-color: rgb(26,201,80); }
div.DivClassName
{
background-color: #1AC950;
}
.BgClassName
{
background-color: #1AC950;
}
</style>
border-color css
<style>
span { border-color: #1AC950; }
span { border-color: rgb(26,201,80); }
td.TdClassName
{
border-color: #1AC950;
}
.TagClassName
{
border-color: #1AC950;
}
</style>