Shades of Malachite #1ADA51
Tints of Malachite #1ADA51
RGB
CMYK
RGB Variations
Color information
#1ADA51 (or 0x1ADA51) is known color: Malachite. HEX triplet: 1A, DA and 51. RGB value is (26,218,81). Sum of RGB (Red+Green+Blue) = 26+218+81=325 (43% of max value = 765). Red value is 26 (10.55% from 255 or 8% from 325); Green value is 218 (85.55% from 255 or 67.08% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 218 - color contains mainly: green. Hex color #1ADA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ADA51 is #E525AE. Grayscale: #919191. Windows color (decimal): -15017391 or 5364250. OLE color: 5364250.
HSL color Cylindrical-coordinate representation of color #1ADA51: hue angle of 137.19º 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 #1ADA51 is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 218 | 81 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.15 |
| HSL | 137.19º | 0.79% | 0.48% | - |
| HSV(B) | 137.19º | 0.88% | 0.85% | - |
| XYZ | 26.98 | 50.96 | 16.2 | - |
| YUV | 144.97 | 91.89 | 43.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 218 | 81 | 0.88 | 0 | 0.63 | 0.15 | 137.19 | 0.79 | 0.48 |
| Hex | 1A | DA | 51 | 58 | 0 | 3F | F | 89 | 4F | 30 |
| Octal | 32 | 332 | 121 | 130 | 0 | 77 | 17 | 211 | 117 | 60 |
| Binary | 11010 | 11011010 | 1010001 | 1011000 | 0 | 111111 | 1111 | 10001001 | 1001111 | 110000 |
Color Harmonies of #1ADA51
Complementary color
Monochromatic Colors of #1ADA51
Black with #1ADA51
Text Example
Text Example
White with #1ADA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADA51; }
p { color: rgb(26,218,81); }
H1.HeaderClassName
{
color: #1ADA51;
}
.AnyTagClassName
{
color: #1ADA51;
}
</style>
background-color css
<style>
a { background-color: #1ADA51; }
a { background-color: rgb(26,218,81); }
div.DivClassName
{
background-color: #1ADA51;
}
.BgClassName
{
background-color: #1ADA51;
}
</style>
border-color css
<style>
span { border-color: #1ADA51; }
span { border-color: rgb(26,218,81); }
td.TdClassName
{
border-color: #1ADA51;
}
.TagClassName
{
border-color: #1ADA51;
}
</style>