Shades of Malachite #1AD14B
Tints of Malachite #1AD14B
RGB
CMYK
RGB Variations
Color information
#1AD14B (or 0x1AD14B) is known color: Malachite. HEX triplet: 1A, D1 and 4B. RGB value is (26,209,75). Sum of RGB (Red+Green+Blue) = 26+209+75=310 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.39% from 310); Green value is 209 (82.03% from 255 or 67.42% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD14B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD14B is #E52EB4. Grayscale: #8B8B8B. Windows color (decimal): -15019701 or 4968730. OLE color: 4968730.
HSL color Cylindrical-coordinate representation of color #1AD14B: hue angle of 136.07º 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 #1AD14B is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 209 | 75 | - |
| CMYK | 0.88 | 0 | 0.64 | 0.18 |
| HSL | 136.07º | 0.78% | 0.46% | - |
| HSV(B) | 136.07º | 0.88% | 0.82% | - |
| XYZ | 24.5 | 46.33 | 14.31 | - |
| YUV | 139.01 | 91.87 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 209 | 75 | 0.88 | 0 | 0.64 | 0.18 | 136.07 | 0.78 | 0.46 |
| Hex | 1A | D1 | 4B | 58 | 0 | 40 | 12 | 88 | 4E | 2E |
| Octal | 32 | 321 | 113 | 130 | 0 | 100 | 22 | 210 | 116 | 56 |
| Binary | 11010 | 11010001 | 1001011 | 1011000 | 0 | 1000000 | 10010 | 10001000 | 1001110 | 101110 |
Color Harmonies of #1AD14B
Complementary color
Monochromatic Colors of #1AD14B
Black with #1AD14B
Text Example
Text Example
White with #1AD14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD14B; }
p { color: rgb(26,209,75); }
H1.HeaderClassName
{
color: #1AD14B;
}
.AnyTagClassName
{
color: #1AD14B;
}
</style>
background-color css
<style>
a { background-color: #1AD14B; }
a { background-color: rgb(26,209,75); }
div.DivClassName
{
background-color: #1AD14B;
}
.BgClassName
{
background-color: #1AD14B;
}
</style>
border-color css
<style>
span { border-color: #1AD14B; }
span { border-color: rgb(26,209,75); }
td.TdClassName
{
border-color: #1AD14B;
}
.TagClassName
{
border-color: #1AD14B;
}
</style>