Shades of Malachite #1AD56B
Tints of Malachite #1AD56B
RGB
CMYK
RGB Variations
Color information
#1AD56B (or 0x1AD56B) is known color: Malachite. HEX triplet: 1A, D5 and 6B. RGB value is (26,213,107). Sum of RGB (Red+Green+Blue) = 26+213+107=346 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.51% from 346); Green value is 213 (83.59% from 255 or 61.56% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 213 - color contains mainly: green. Hex color #1AD56B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD56B is #E52A94. Grayscale: #919191. Windows color (decimal): -15018645 or 7066906. OLE color: 7066906.
HSL color Cylindrical-coordinate representation of color #1AD56B: hue angle of 145.99º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD56B is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 213 | 107 | - |
| CMYK | 0.88 | 0 | 0.50 | 0.16 |
| HSL | 145.99º | 0.78% | 0.47% | - |
| HSV(B) | 145.99º | 0.88% | 0.84% | - |
| XYZ | 26.87 | 48.87 | 21.93 | - |
| YUV | 145 | 106.55 | 43.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 213 | 107 | 0.88 | 0 | 0.50 | 0.16 | 145.99 | 0.78 | 0.47 |
| Hex | 1A | D5 | 6B | 58 | 0 | 32 | 10 | 92 | 4E | 2F |
| Octal | 32 | 325 | 153 | 130 | 0 | 62 | 20 | 222 | 116 | 57 |
| Binary | 11010 | 11010101 | 1101011 | 1011000 | 0 | 110010 | 10000 | 10010010 | 1001110 | 101111 |
Color Harmonies of #1AD56B
Complementary color
Monochromatic Colors of #1AD56B
Black with #1AD56B
Text Example
Text Example
White with #1AD56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD56B; }
p { color: rgb(26,213,107); }
H1.HeaderClassName
{
color: #1AD56B;
}
.AnyTagClassName
{
color: #1AD56B;
}
</style>
background-color css
<style>
a { background-color: #1AD56B; }
a { background-color: rgb(26,213,107); }
div.DivClassName
{
background-color: #1AD56B;
}
.BgClassName
{
background-color: #1AD56B;
}
</style>
border-color css
<style>
span { border-color: #1AD56B; }
span { border-color: rgb(26,213,107); }
td.TdClassName
{
border-color: #1AD56B;
}
.TagClassName
{
border-color: #1AD56B;
}
</style>