Shades of Malachite #1ADB75
Tints of Malachite #1ADB75
RGB
CMYK
RGB Variations
Color information
#1ADB75 (or 0x1ADB75) is known color: Malachite. HEX triplet: 1A, DB and 75. RGB value is (26,219,117). Sum of RGB (Red+Green+Blue) = 26+219+117=362 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.18% from 362); Green value is 219 (85.94% from 255 or 60.50% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 219 - color contains mainly: green. Hex color #1ADB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ADB75 is #E5248A. Grayscale: #959595. Windows color (decimal): -15017099 or 7723802. OLE color: 7723802.
HSL color Cylindrical-coordinate representation of color #1ADB75: hue angle of 148.29º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADB75 is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 219 | 117 | - |
| CMYK | 0.88 | 0 | 0.47 | 0.14 |
| HSL | 148.29º | 0.79% | 0.48% | - |
| HSV(B) | 148.29º | 0.88% | 0.86% | - |
| XYZ | 28.97 | 52.17 | 25.37 | - |
| YUV | 149.67 | 109.56 | 39.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 219 | 117 | 0.88 | 0 | 0.47 | 0.14 | 148.29 | 0.79 | 0.48 |
| Hex | 1A | DB | 75 | 58 | 0 | 2F | E | 94 | 4F | 30 |
| Octal | 32 | 333 | 165 | 130 | 0 | 57 | 16 | 224 | 117 | 60 |
| Binary | 11010 | 11011011 | 1110101 | 1011000 | 0 | 101111 | 1110 | 10010100 | 1001111 | 110000 |
Color Harmonies of #1ADB75
Complementary color
Monochromatic Colors of #1ADB75
Black with #1ADB75
Text Example
Text Example
White with #1ADB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADB75; }
p { color: rgb(26,219,117); }
H1.HeaderClassName
{
color: #1ADB75;
}
.AnyTagClassName
{
color: #1ADB75;
}
</style>
background-color css
<style>
a { background-color: #1ADB75; }
a { background-color: rgb(26,219,117); }
div.DivClassName
{
background-color: #1ADB75;
}
.BgClassName
{
background-color: #1ADB75;
}
</style>
border-color css
<style>
span { border-color: #1ADB75; }
span { border-color: rgb(26,219,117); }
td.TdClassName
{
border-color: #1ADB75;
}
.TagClassName
{
border-color: #1ADB75;
}
</style>