Shades of Malachite #1AD144
Tints of Malachite #1AD144
RGB
CMYK
RGB Variations
Color information
#1AD144 (or 0x1AD144) is known color: Malachite. HEX triplet: 1A, D1 and 44. RGB value is (26,209,68). Sum of RGB (Red+Green+Blue) = 26+209+68=303 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.58% from 303); Green value is 209 (82.03% from 255 or 68.98% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD144 is #E52EBB. Grayscale: #8A8A8A. Windows color (decimal): -15019708 or 4509978. OLE color: 4509978.
HSL color Cylindrical-coordinate representation of color #1AD144: hue angle of 133.77º 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 #1AD144 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 209 | 68 | - |
| CMYK | 0.88 | 0 | 0.67 | 0.18 |
| HSL | 133.77º | 0.78% | 0.46% | - |
| HSV(B) | 133.77º | 0.88% | 0.82% | - |
| XYZ | 24.27 | 46.24 | 13.11 | - |
| YUV | 138.21 | 88.37 | 47.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 209 | 68 | 0.88 | 0 | 0.67 | 0.18 | 133.77 | 0.78 | 0.46 |
| Hex | 1A | D1 | 44 | 58 | 0 | 43 | 12 | 86 | 4E | 2E |
| Octal | 32 | 321 | 104 | 130 | 0 | 103 | 22 | 206 | 116 | 56 |
| Binary | 11010 | 11010001 | 1000100 | 1011000 | 0 | 1000011 | 10010 | 10000110 | 1001110 | 101110 |
Color Harmonies of #1AD144
Complementary color
Monochromatic Colors of #1AD144
Black with #1AD144
Text Example
Text Example
White with #1AD144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD144; }
p { color: rgb(26,209,68); }
H1.HeaderClassName
{
color: #1AD144;
}
.AnyTagClassName
{
color: #1AD144;
}
</style>
background-color css
<style>
a { background-color: #1AD144; }
a { background-color: rgb(26,209,68); }
div.DivClassName
{
background-color: #1AD144;
}
.BgClassName
{
background-color: #1AD144;
}
</style>
border-color css
<style>
span { border-color: #1AD144; }
span { border-color: rgb(26,209,68); }
td.TdClassName
{
border-color: #1AD144;
}
.TagClassName
{
border-color: #1AD144;
}
</style>