Shades of Malachite #1AD674
Tints of Malachite #1AD674
RGB
CMYK
RGB Variations
Color information
#1AD674 (or 0x1AD674) is known color: Malachite. HEX triplet: 1A, D6 and 74. RGB value is (26,214,116). Sum of RGB (Red+Green+Blue) = 26+214+116=356 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.30% from 356); Green value is 214 (83.98% from 255 or 60.11% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 214 - color contains mainly: green. Hex color #1AD674 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD674 is #E5298B. Grayscale: #929292. Windows color (decimal): -15018380 or 7656986. OLE color: 7656986.
HSL color Cylindrical-coordinate representation of color #1AD674: hue angle of 148.72º 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 #1AD674 is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 214 | 116 | - |
| CMYK | 0.88 | 0 | 0.46 | 0.16 |
| HSL | 148.72º | 0.78% | 0.47% | - |
| HSV(B) | 148.72º | 0.88% | 0.84% | - |
| XYZ | 27.62 | 49.57 | 24.64 | - |
| YUV | 146.62 | 110.72 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 214 | 116 | 0.88 | 0 | 0.46 | 0.16 | 148.72 | 0.78 | 0.47 |
| Hex | 1A | D6 | 74 | 58 | 0 | 2E | 10 | 95 | 4E | 2F |
| Octal | 32 | 326 | 164 | 130 | 0 | 56 | 20 | 225 | 116 | 57 |
| Binary | 11010 | 11010110 | 1110100 | 1011000 | 0 | 101110 | 10000 | 10010101 | 1001110 | 101111 |
Color Harmonies of #1AD674
Complementary color
Monochromatic Colors of #1AD674
Black with #1AD674
Text Example
Text Example
White with #1AD674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD674; }
p { color: rgb(26,214,116); }
H1.HeaderClassName
{
color: #1AD674;
}
.AnyTagClassName
{
color: #1AD674;
}
</style>
background-color css
<style>
a { background-color: #1AD674; }
a { background-color: rgb(26,214,116); }
div.DivClassName
{
background-color: #1AD674;
}
.BgClassName
{
background-color: #1AD674;
}
</style>
border-color css
<style>
span { border-color: #1AD674; }
span { border-color: rgb(26,214,116); }
td.TdClassName
{
border-color: #1AD674;
}
.TagClassName
{
border-color: #1AD674;
}
</style>