Shades of Malachite #1ADD3A
Tints of Malachite #1ADD3A
RGB
CMYK
RGB Variations
Color information
#1ADD3A (or 0x1ADD3A) is known color: Malachite. HEX triplet: 1A, DD and 3A. RGB value is (26,221,58). Sum of RGB (Red+Green+Blue) = 26+221+58=305 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.52% from 305); Green value is 221 (86.72% from 255 or 72.46% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADD3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADD3A is #E522C5. Grayscale: #909090. Windows color (decimal): -15016646 or 3857690. OLE color: 3857690.
HSL color Cylindrical-coordinate representation of color #1ADD3A: hue angle of 129.85º 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 #1ADD3A is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 221 | 58 | - |
| CMYK | 0.88 | 0 | 0.74 | 0.13 |
| HSL | 129.85º | 0.79% | 0.48% | - |
| HSV(B) | 129.85º | 0.88% | 0.87% | - |
| XYZ | 27.05 | 52.24 | 12.66 | - |
| YUV | 144.11 | 79.4 | 43.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 58 | 0.88 | 0 | 0.74 | 0.13 | 129.85 | 0.79 | 0.48 |
| Hex | 1A | DD | 3A | 58 | 0 | 4A | D | 82 | 4F | 30 |
| Octal | 32 | 335 | 72 | 130 | 0 | 112 | 15 | 202 | 117 | 60 |
| Binary | 11010 | 11011101 | 111010 | 1011000 | 0 | 1001010 | 1101 | 10000010 | 1001111 | 110000 |
Color Harmonies of #1ADD3A
Complementary color
Monochromatic Colors of #1ADD3A
Black with #1ADD3A
Text Example
Text Example
White with #1ADD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADD3A; }
p { color: rgb(26,221,58); }
H1.HeaderClassName
{
color: #1ADD3A;
}
.AnyTagClassName
{
color: #1ADD3A;
}
</style>
background-color css
<style>
a { background-color: #1ADD3A; }
a { background-color: rgb(26,221,58); }
div.DivClassName
{
background-color: #1ADD3A;
}
.BgClassName
{
background-color: #1ADD3A;
}
</style>
border-color css
<style>
span { border-color: #1ADD3A; }
span { border-color: rgb(26,221,58); }
td.TdClassName
{
border-color: #1ADD3A;
}
.TagClassName
{
border-color: #1ADD3A;
}
</style>