Shades of Malachite #1AD954
Tints of Malachite #1AD954
RGB
CMYK
RGB Variations
Color information
#1AD954 (or 0x1AD954) is known color: Malachite. HEX triplet: 1A, D9 and 54. RGB value is (26,217,84). Sum of RGB (Red+Green+Blue) = 26+217+84=327 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.95% from 327); Green value is 217 (85.16% from 255 or 66.36% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 217 - color contains mainly: green. Hex color #1AD954 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD954 is #E526AB. Grayscale: #919191. Windows color (decimal): -15017644 or 5560602. OLE color: 5560602.
HSL color Cylindrical-coordinate representation of color #1AD954: hue angle of 138.22º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD954 is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 217 | 84 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.15 |
| HSL | 138.22º | 0.79% | 0.48% | - |
| HSV(B) | 138.22º | 0.88% | 0.85% | - |
| XYZ | 26.84 | 50.49 | 16.72 | - |
| YUV | 144.73 | 93.72 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 217 | 84 | 0.88 | 0 | 0.61 | 0.15 | 138.22 | 0.79 | 0.48 |
| Hex | 1A | D9 | 54 | 58 | 0 | 3D | F | 8A | 4F | 30 |
| Octal | 32 | 331 | 124 | 130 | 0 | 75 | 17 | 212 | 117 | 60 |
| Binary | 11010 | 11011001 | 1010100 | 1011000 | 0 | 111101 | 1111 | 10001010 | 1001111 | 110000 |
Color Harmonies of #1AD954
Complementary color
Monochromatic Colors of #1AD954
Black with #1AD954
Text Example
Text Example
White with #1AD954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD954; }
p { color: rgb(26,217,84); }
H1.HeaderClassName
{
color: #1AD954;
}
.AnyTagClassName
{
color: #1AD954;
}
</style>
background-color css
<style>
a { background-color: #1AD954; }
a { background-color: rgb(26,217,84); }
div.DivClassName
{
background-color: #1AD954;
}
.BgClassName
{
background-color: #1AD954;
}
</style>
border-color css
<style>
span { border-color: #1AD954; }
span { border-color: rgb(26,217,84); }
td.TdClassName
{
border-color: #1AD954;
}
.TagClassName
{
border-color: #1AD954;
}
</style>