Shades of Malachite #1AD968
Tints of Malachite #1AD968
RGB
CMYK
RGB Variations
Color information
#1AD968 (or 0x1AD968) is known color: Malachite. HEX triplet: 1A, D9 and 68. RGB value is (26,217,104). Sum of RGB (Red+Green+Blue) = 26+217+104=347 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.49% from 347); Green value is 217 (85.16% from 255 or 62.54% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 217 - color contains mainly: green. Hex color #1AD968 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD968 is #E52697. Grayscale: #939393. Windows color (decimal): -15017624 or 6871322. OLE color: 6871322.
HSL color Cylindrical-coordinate representation of color #1AD968: hue angle of 144.5º 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 #1AD968 is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 217 | 104 | - |
| CMYK | 0.88 | 0 | 0.52 | 0.15 |
| HSL | 144.5º | 0.79% | 0.48% | - |
| HSV(B) | 144.5º | 0.88% | 0.85% | - |
| XYZ | 27.74 | 50.84 | 21.45 | - |
| YUV | 147.01 | 103.72 | 41.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 217 | 104 | 0.88 | 0 | 0.52 | 0.15 | 144.5 | 0.79 | 0.48 |
| Hex | 1A | D9 | 68 | 58 | 0 | 34 | F | 91 | 4F | 30 |
| Octal | 32 | 331 | 150 | 130 | 0 | 64 | 17 | 221 | 117 | 60 |
| Binary | 11010 | 11011001 | 1101000 | 1011000 | 0 | 110100 | 1111 | 10010001 | 1001111 | 110000 |
Color Harmonies of #1AD968
Complementary color
Monochromatic Colors of #1AD968
Black with #1AD968
Text Example
Text Example
White with #1AD968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD968; }
p { color: rgb(26,217,104); }
H1.HeaderClassName
{
color: #1AD968;
}
.AnyTagClassName
{
color: #1AD968;
}
</style>
background-color css
<style>
a { background-color: #1AD968; }
a { background-color: rgb(26,217,104); }
div.DivClassName
{
background-color: #1AD968;
}
.BgClassName
{
background-color: #1AD968;
}
</style>
border-color css
<style>
span { border-color: #1AD968; }
span { border-color: rgb(26,217,104); }
td.TdClassName
{
border-color: #1AD968;
}
.TagClassName
{
border-color: #1AD968;
}
</style>