Shades of Malachite #1AD054
Tints of Malachite #1AD054
RGB
CMYK
RGB Variations
Color information
#1AD054 (or 0x1AD054) is known color: Malachite. HEX triplet: 1A, D0 and 54. RGB value is (26,208,84). Sum of RGB (Red+Green+Blue) = 26+208+84=318 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.18% from 318); Green value is 208 (81.64% from 255 or 65.41% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD054 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD054 is #E52FAB. Grayscale: #8B8B8B. Windows color (decimal): -15019948 or 5558298. OLE color: 5558298.
HSL color Cylindrical-coordinate representation of color #1AD054: hue angle of 139.12º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD054 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 84 | - |
| CMYK | 0.88 | 0 | 0.60 | 0.18 |
| HSL | 139.12º | 0.78% | 0.46% | - |
| HSV(B) | 139.12º | 0.88% | 0.82% | - |
| XYZ | 24.58 | 45.97 | 15.97 | - |
| YUV | 139.45 | 96.7 | 47.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 84 | 0.88 | 0 | 0.60 | 0.18 | 139.12 | 0.78 | 0.46 |
| Hex | 1A | D0 | 54 | 58 | 0 | 3C | 12 | 8B | 4E | 2E |
| Octal | 32 | 320 | 124 | 130 | 0 | 74 | 22 | 213 | 116 | 56 |
| Binary | 11010 | 11010000 | 1010100 | 1011000 | 0 | 111100 | 10010 | 10001011 | 1001110 | 101110 |
Color Harmonies of #1AD054
Complementary color
Monochromatic Colors of #1AD054
Black with #1AD054
Text Example
Text Example
White with #1AD054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD054; }
p { color: rgb(26,208,84); }
H1.HeaderClassName
{
color: #1AD054;
}
.AnyTagClassName
{
color: #1AD054;
}
</style>
background-color css
<style>
a { background-color: #1AD054; }
a { background-color: rgb(26,208,84); }
div.DivClassName
{
background-color: #1AD054;
}
.BgClassName
{
background-color: #1AD054;
}
</style>
border-color css
<style>
span { border-color: #1AD054; }
span { border-color: rgb(26,208,84); }
td.TdClassName
{
border-color: #1AD054;
}
.TagClassName
{
border-color: #1AD054;
}
</style>