Shades of Malachite #1AD852
Tints of Malachite #1AD852
RGB
CMYK
RGB Variations
Color information
#1AD852 (or 0x1AD852) is known color: Malachite. HEX triplet: 1A, D8 and 52. RGB value is (26,216,82). Sum of RGB (Red+Green+Blue) = 26+216+82=324 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.02% from 324); Green value is 216 (84.77% from 255 or 66.67% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 216 - color contains mainly: green. Hex color #1AD852 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD852 is #E527AD. Grayscale: #909090. Windows color (decimal): -15017902 or 5429274. OLE color: 5429274.
HSL color Cylindrical-coordinate representation of color #1AD852: hue angle of 137.68º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD852 is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 216 | 82 | - |
| CMYK | 0.88 | 0 | 0.62 | 0.15 |
| HSL | 137.68º | 0.79% | 0.47% | - |
| HSV(B) | 137.68º | 0.88% | 0.85% | - |
| XYZ | 26.5 | 49.94 | 16.23 | - |
| YUV | 143.91 | 93.05 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 216 | 82 | 0.88 | 0 | 0.62 | 0.15 | 137.68 | 0.79 | 0.47 |
| Hex | 1A | D8 | 52 | 58 | 0 | 3E | F | 8A | 4F | 2F |
| Octal | 32 | 330 | 122 | 130 | 0 | 76 | 17 | 212 | 117 | 57 |
| Binary | 11010 | 11011000 | 1010010 | 1011000 | 0 | 111110 | 1111 | 10001010 | 1001111 | 101111 |
Color Harmonies of #1AD852
Complementary color
Monochromatic Colors of #1AD852
Black with #1AD852
Text Example
Text Example
White with #1AD852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD852; }
p { color: rgb(26,216,82); }
H1.HeaderClassName
{
color: #1AD852;
}
.AnyTagClassName
{
color: #1AD852;
}
</style>
background-color css
<style>
a { background-color: #1AD852; }
a { background-color: rgb(26,216,82); }
div.DivClassName
{
background-color: #1AD852;
}
.BgClassName
{
background-color: #1AD852;
}
</style>
border-color css
<style>
span { border-color: #1AD852; }
span { border-color: rgb(26,216,82); }
td.TdClassName
{
border-color: #1AD852;
}
.TagClassName
{
border-color: #1AD852;
}
</style>