Shades of Malachite #1AD368
Tints of Malachite #1AD368
RGB
CMYK
RGB Variations
Color information
#1AD368 (or 0x1AD368) is known color: Malachite. HEX triplet: 1A, D3 and 68. RGB value is (26,211,104). Sum of RGB (Red+Green+Blue) = 26+211+104=341 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.62% from 341); Green value is 211 (82.81% from 255 or 61.88% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 211 - color contains mainly: green. Hex color #1AD368 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD368 is #E52C97. Grayscale: #8F8F8F. Windows color (decimal): -15019160 or 6869786. OLE color: 6869786.
HSL color Cylindrical-coordinate representation of color #1AD368: hue angle of 145.3º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD368 is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 211 | 104 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.17 |
| HSL | 145.3º | 0.78% | 0.46% | - |
| HSV(B) | 145.3º | 0.88% | 0.83% | - |
| XYZ | 26.22 | 47.81 | 20.94 | - |
| YUV | 143.49 | 105.71 | 44.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 211 | 104 | 0.88 | 0 | 0.51 | 0.17 | 145.3 | 0.78 | 0.46 |
| Hex | 1A | D3 | 68 | 58 | 0 | 33 | 11 | 91 | 4E | 2E |
| Octal | 32 | 323 | 150 | 130 | 0 | 63 | 21 | 221 | 116 | 56 |
| Binary | 11010 | 11010011 | 1101000 | 1011000 | 0 | 110011 | 10001 | 10010001 | 1001110 | 101110 |
Color Harmonies of #1AD368
Complementary color
Monochromatic Colors of #1AD368
Black with #1AD368
Text Example
Text Example
White with #1AD368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD368; }
p { color: rgb(26,211,104); }
H1.HeaderClassName
{
color: #1AD368;
}
.AnyTagClassName
{
color: #1AD368;
}
</style>
background-color css
<style>
a { background-color: #1AD368; }
a { background-color: rgb(26,211,104); }
div.DivClassName
{
background-color: #1AD368;
}
.BgClassName
{
background-color: #1AD368;
}
</style>
border-color css
<style>
span { border-color: #1AD368; }
span { border-color: rgb(26,211,104); }
td.TdClassName
{
border-color: #1AD368;
}
.TagClassName
{
border-color: #1AD368;
}
</style>