Shades of Malachite #1ADD74
Tints of Malachite #1ADD74
RGB
CMYK
RGB Variations
Color information
#1ADD74 (or 0x1ADD74) is known color: Malachite. HEX triplet: 1A, DD and 74. RGB value is (26,221,116). Sum of RGB (Red+Green+Blue) = 26+221+116=363 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.16% from 363); Green value is 221 (86.72% from 255 or 60.88% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADD74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ADD74 is #E5228B. Grayscale: #969696. Windows color (decimal): -15016588 or 7658778. OLE color: 7658778.
HSL color Cylindrical-coordinate representation of color #1ADD74: hue angle of 147.69º 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 #1ADD74 is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 221 | 116 | - |
| CMYK | 0.88 | 0 | 0.48 | 0.13 |
| HSL | 147.69º | 0.79% | 0.48% | - |
| HSV(B) | 147.69º | 0.88% | 0.87% | - |
| XYZ | 29.43 | 53.19 | 25.24 | - |
| YUV | 150.73 | 108.4 | 39.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 116 | 0.88 | 0 | 0.48 | 0.13 | 147.69 | 0.79 | 0.48 |
| Hex | 1A | DD | 74 | 58 | 0 | 30 | D | 94 | 4F | 30 |
| Octal | 32 | 335 | 164 | 130 | 0 | 60 | 15 | 224 | 117 | 60 |
| Binary | 11010 | 11011101 | 1110100 | 1011000 | 0 | 110000 | 1101 | 10010100 | 1001111 | 110000 |
Color Harmonies of #1ADD74
Complementary color
Monochromatic Colors of #1ADD74
Black with #1ADD74
Text Example
Text Example
White with #1ADD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADD74; }
p { color: rgb(26,221,116); }
H1.HeaderClassName
{
color: #1ADD74;
}
.AnyTagClassName
{
color: #1ADD74;
}
</style>
background-color css
<style>
a { background-color: #1ADD74; }
a { background-color: rgb(26,221,116); }
div.DivClassName
{
background-color: #1ADD74;
}
.BgClassName
{
background-color: #1ADD74;
}
</style>
border-color css
<style>
span { border-color: #1ADD74; }
span { border-color: rgb(26,221,116); }
td.TdClassName
{
border-color: #1ADD74;
}
.TagClassName
{
border-color: #1ADD74;
}
</style>