Shades of Malachite #1AD045
Tints of Malachite #1AD045
RGB
CMYK
RGB Variations
Color information
#1AD045 (or 0x1AD045) is known color: Malachite. HEX triplet: 1A, D0 and 45. RGB value is (26,208,69). Sum of RGB (Red+Green+Blue) = 26+208+69=303 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.58% from 303); Green value is 208 (81.64% from 255 or 68.65% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD045 is #E52FBA. Grayscale: #8A8A8A. Windows color (decimal): -15019963 or 4575258. OLE color: 4575258.
HSL color Cylindrical-coordinate representation of color #1AD045: hue angle of 134.18º 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 #1AD045 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 69 | - |
| CMYK | 0.88 | 0 | 0.67 | 0.18 |
| HSL | 134.18º | 0.78% | 0.46% | - |
| HSV(B) | 134.18º | 0.88% | 0.82% | - |
| XYZ | 24.06 | 45.76 | 13.2 | - |
| YUV | 137.74 | 89.2 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 69 | 0.88 | 0 | 0.67 | 0.18 | 134.18 | 0.78 | 0.46 |
| Hex | 1A | D0 | 45 | 58 | 0 | 43 | 12 | 86 | 4E | 2E |
| Octal | 32 | 320 | 105 | 130 | 0 | 103 | 22 | 206 | 116 | 56 |
| Binary | 11010 | 11010000 | 1000101 | 1011000 | 0 | 1000011 | 10010 | 10000110 | 1001110 | 101110 |
Color Harmonies of #1AD045
Complementary color
Monochromatic Colors of #1AD045
Black with #1AD045
Text Example
Text Example
White with #1AD045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD045; }
p { color: rgb(26,208,69); }
H1.HeaderClassName
{
color: #1AD045;
}
.AnyTagClassName
{
color: #1AD045;
}
</style>
background-color css
<style>
a { background-color: #1AD045; }
a { background-color: rgb(26,208,69); }
div.DivClassName
{
background-color: #1AD045;
}
.BgClassName
{
background-color: #1AD045;
}
</style>
border-color css
<style>
span { border-color: #1AD045; }
span { border-color: rgb(26,208,69); }
td.TdClassName
{
border-color: #1AD045;
}
.TagClassName
{
border-color: #1AD045;
}
</style>