Shades of Malachite #1ADD41
Tints of Malachite #1ADD41
RGB
CMYK
RGB Variations
Color information
#1ADD41 (or 0x1ADD41) is known color: Malachite. HEX triplet: 1A, DD and 41. RGB value is (26,221,65). Sum of RGB (Red+Green+Blue) = 26+221+65=312 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.33% from 312); Green value is 221 (86.72% from 255 or 70.83% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADD41 is #E522BE. Grayscale: #919191. Windows color (decimal): -15016639 or 4316442. OLE color: 4316442.
HSL color Cylindrical-coordinate representation of color #1ADD41: hue angle of 132º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADD41 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 221 | 65 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.13 |
| HSL | 132º | 0.79% | 0.48% | - |
| HSV(B) | 132º | 0.88% | 0.87% | - |
| XYZ | 27.24 | 52.31 | 13.66 | - |
| YUV | 144.91 | 82.9 | 43.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 65 | 0.88 | 0 | 0.71 | 0.13 | 132 | 0.79 | 0.48 |
| Hex | 1A | DD | 41 | 58 | 0 | 47 | D | 84 | 4F | 30 |
| Octal | 32 | 335 | 101 | 130 | 0 | 107 | 15 | 204 | 117 | 60 |
| Binary | 11010 | 11011101 | 1000001 | 1011000 | 0 | 1000111 | 1101 | 10000100 | 1001111 | 110000 |
Color Harmonies of #1ADD41
Complementary color
Monochromatic Colors of #1ADD41
Black with #1ADD41
Text Example
Text Example
White with #1ADD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADD41; }
p { color: rgb(26,221,65); }
H1.HeaderClassName
{
color: #1ADD41;
}
.AnyTagClassName
{
color: #1ADD41;
}
</style>
background-color css
<style>
a { background-color: #1ADD41; }
a { background-color: rgb(26,221,65); }
div.DivClassName
{
background-color: #1ADD41;
}
.BgClassName
{
background-color: #1ADD41;
}
</style>
border-color css
<style>
span { border-color: #1ADD41; }
span { border-color: rgb(26,221,65); }
td.TdClassName
{
border-color: #1ADD41;
}
.TagClassName
{
border-color: #1ADD41;
}
</style>