Shades of Malachite #1AD24A
Tints of Malachite #1AD24A
RGB
CMYK
RGB Variations
Color information
#1AD24A (or 0x1AD24A) is known color: Malachite. HEX triplet: 1A, D2 and 4A. RGB value is (26,210,74). Sum of RGB (Red+Green+Blue) = 26+210+74=310 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.39% from 310); Green value is 210 (82.42% from 255 or 67.74% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD24A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD24A is #E52DB5. Grayscale: #8B8B8B. Windows color (decimal): -15019446 or 4903450. OLE color: 4903450.
HSL color Cylindrical-coordinate representation of color #1AD24A: hue angle of 135.65º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD24A is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 74 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.18 |
| HSL | 135.65º | 0.78% | 0.46% | - |
| HSV(B) | 135.65º | 0.88% | 0.82% | - |
| XYZ | 24.71 | 46.81 | 14.21 | - |
| YUV | 139.48 | 91.04 | 47.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 74 | 0.88 | 0 | 0.65 | 0.18 | 135.65 | 0.78 | 0.46 |
| Hex | 1A | D2 | 4A | 58 | 0 | 41 | 12 | 88 | 4E | 2E |
| Octal | 32 | 322 | 112 | 130 | 0 | 101 | 22 | 210 | 116 | 56 |
| Binary | 11010 | 11010010 | 1001010 | 1011000 | 0 | 1000001 | 10010 | 10001000 | 1001110 | 101110 |
Color Harmonies of #1AD24A
Complementary color
Monochromatic Colors of #1AD24A
Black with #1AD24A
Text Example
Text Example
White with #1AD24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD24A; }
p { color: rgb(26,210,74); }
H1.HeaderClassName
{
color: #1AD24A;
}
.AnyTagClassName
{
color: #1AD24A;
}
</style>
background-color css
<style>
a { background-color: #1AD24A; }
a { background-color: rgb(26,210,74); }
div.DivClassName
{
background-color: #1AD24A;
}
.BgClassName
{
background-color: #1AD24A;
}
</style>
border-color css
<style>
span { border-color: #1AD24A; }
span { border-color: rgb(26,210,74); }
td.TdClassName
{
border-color: #1AD24A;
}
.TagClassName
{
border-color: #1AD24A;
}
</style>