Shades of Malachite #1AD53B
Tints of Malachite #1AD53B
RGB
CMYK
RGB Variations
Color information
#1AD53B (or 0x1AD53B) is known color: Malachite. HEX triplet: 1A, D5 and 3B. RGB value is (26,213,59). Sum of RGB (Red+Green+Blue) = 26+213+59=298 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.72% from 298); Green value is 213 (83.59% from 255 or 71.48% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 213 - color contains mainly: green. Hex color #1AD53B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD53B is #E52AC4. Grayscale: #8B8B8B. Windows color (decimal): -15018693 or 3921178. OLE color: 3921178.
HSL color Cylindrical-coordinate representation of color #1AD53B: hue angle of 130.59º 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 #1AD53B is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 213 | 59 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.16 |
| HSL | 130.59º | 0.78% | 0.47% | - |
| HSV(B) | 130.59º | 0.88% | 0.84% | - |
| XYZ | 25.01 | 48.12 | 12.11 | - |
| YUV | 139.53 | 82.55 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 213 | 59 | 0.88 | 0 | 0.72 | 0.16 | 130.59 | 0.78 | 0.47 |
| Hex | 1A | D5 | 3B | 58 | 0 | 48 | 10 | 83 | 4E | 2F |
| Octal | 32 | 325 | 73 | 130 | 0 | 110 | 20 | 203 | 116 | 57 |
| Binary | 11010 | 11010101 | 111011 | 1011000 | 0 | 1001000 | 10000 | 10000011 | 1001110 | 101111 |
Color Harmonies of #1AD53B
Complementary color
Monochromatic Colors of #1AD53B
Black with #1AD53B
Text Example
Text Example
White with #1AD53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD53B; }
p { color: rgb(26,213,59); }
H1.HeaderClassName
{
color: #1AD53B;
}
.AnyTagClassName
{
color: #1AD53B;
}
</style>
background-color css
<style>
a { background-color: #1AD53B; }
a { background-color: rgb(26,213,59); }
div.DivClassName
{
background-color: #1AD53B;
}
.BgClassName
{
background-color: #1AD53B;
}
</style>
border-color css
<style>
span { border-color: #1AD53B; }
span { border-color: rgb(26,213,59); }
td.TdClassName
{
border-color: #1AD53B;
}
.TagClassName
{
border-color: #1AD53B;
}
</style>