Shades of Malachite #1AD04B
Tints of Malachite #1AD04B
RGB
CMYK
RGB Variations
Color information
#1AD04B (or 0x1AD04B) is known color: Malachite. HEX triplet: 1A, D0 and 4B. RGB value is (26,208,75). Sum of RGB (Red+Green+Blue) = 26+208+75=309 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.41% from 309); Green value is 208 (81.64% from 255 or 67.31% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD04B is #E52FB4. Grayscale: #8A8A8A. Windows color (decimal): -15019957 or 4968474. OLE color: 4968474.
HSL color Cylindrical-coordinate representation of color #1AD04B: hue angle of 136.15º 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 #1AD04B is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 75 | - |
| CMYK | 0.88 | 0 | 0.64 | 0.18 |
| HSL | 136.15º | 0.78% | 0.46% | - |
| HSV(B) | 136.15º | 0.88% | 0.82% | - |
| XYZ | 24.25 | 45.84 | 14.23 | - |
| YUV | 138.42 | 92.2 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 75 | 0.88 | 0 | 0.64 | 0.18 | 136.15 | 0.78 | 0.46 |
| Hex | 1A | D0 | 4B | 58 | 0 | 40 | 12 | 88 | 4E | 2E |
| Octal | 32 | 320 | 113 | 130 | 0 | 100 | 22 | 210 | 116 | 56 |
| Binary | 11010 | 11010000 | 1001011 | 1011000 | 0 | 1000000 | 10010 | 10001000 | 1001110 | 101110 |
Color Harmonies of #1AD04B
Complementary color
Monochromatic Colors of #1AD04B
Black with #1AD04B
Text Example
Text Example
White with #1AD04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD04B; }
p { color: rgb(26,208,75); }
H1.HeaderClassName
{
color: #1AD04B;
}
.AnyTagClassName
{
color: #1AD04B;
}
</style>
background-color css
<style>
a { background-color: #1AD04B; }
a { background-color: rgb(26,208,75); }
div.DivClassName
{
background-color: #1AD04B;
}
.BgClassName
{
background-color: #1AD04B;
}
</style>
border-color css
<style>
span { border-color: #1AD04B; }
span { border-color: rgb(26,208,75); }
td.TdClassName
{
border-color: #1AD04B;
}
.TagClassName
{
border-color: #1AD04B;
}
</style>