Shades of Malachite #1AD33F
Tints of Malachite #1AD33F
RGB
CMYK
RGB Variations
Color information
#1AD33F (or 0x1AD33F) is known color: Malachite. HEX triplet: 1A, D3 and 3F. RGB value is (26,211,63). Sum of RGB (Red+Green+Blue) = 26+211+63=300 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.67% from 300); Green value is 211 (82.81% from 255 or 70.33% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 211 - color contains mainly: green. Hex color #1AD33F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD33F is #E52CC0. Grayscale: #8B8B8B. Windows color (decimal): -15019201 or 4182810. OLE color: 4182810.
HSL color Cylindrical-coordinate representation of color #1AD33F: hue angle of 132º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD33F is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 211 | 63 | - |
| CMYK | 0.88 | 0 | 0.70 | 0.17 |
| HSL | 132º | 0.78% | 0.46% | - |
| HSV(B) | 132º | 0.88% | 0.83% | - |
| XYZ | 24.62 | 47.17 | 12.51 | - |
| YUV | 138.81 | 85.21 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 211 | 63 | 0.88 | 0 | 0.70 | 0.17 | 132 | 0.78 | 0.46 |
| Hex | 1A | D3 | 3F | 58 | 0 | 46 | 11 | 84 | 4E | 2E |
| Octal | 32 | 323 | 77 | 130 | 0 | 106 | 21 | 204 | 116 | 56 |
| Binary | 11010 | 11010011 | 111111 | 1011000 | 0 | 1000110 | 10001 | 10000100 | 1001110 | 101110 |
Color Harmonies of #1AD33F
Complementary color
Monochromatic Colors of #1AD33F
Black with #1AD33F
Text Example
Text Example
White with #1AD33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD33F; }
p { color: rgb(26,211,63); }
H1.HeaderClassName
{
color: #1AD33F;
}
.AnyTagClassName
{
color: #1AD33F;
}
</style>
background-color css
<style>
a { background-color: #1AD33F; }
a { background-color: rgb(26,211,63); }
div.DivClassName
{
background-color: #1AD33F;
}
.BgClassName
{
background-color: #1AD33F;
}
</style>
border-color css
<style>
span { border-color: #1AD33F; }
span { border-color: rgb(26,211,63); }
td.TdClassName
{
border-color: #1AD33F;
}
.TagClassName
{
border-color: #1AD33F;
}
</style>