Shades of Malachite #1AE93D
Tints of Malachite #1AE93D
RGB
CMYK
RGB Variations
Color information
#1AE93D (or 0x1AE93D) is known color: Malachite. HEX triplet: 1A, E9 and 3D. RGB value is (26,233,61). Sum of RGB (Red+Green+Blue) = 26+233+61=320 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.12% from 320); Green value is 233 (91.41% from 255 or 72.81% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 233 - color contains mainly: green. Hex color #1AE93D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AE93D is #E516C2. Grayscale: #979797. Windows color (decimal): -15013571 or 4057370. OLE color: 4057370.
HSL color Cylindrical-coordinate representation of color #1AE93D: hue angle of 130.14º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE93D is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 26 | 233 | 61 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.09 |
| HSL | 130.14º | 0.82% | 0.51% | - |
| HSV(B) | 130.14º | 0.89% | 0.91% | - |
| XYZ | 30.41 | 58.83 | 14.17 | - |
| YUV | 151.5 | 76.92 | 38.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 233 | 61 | 0.89 | 0 | 0.74 | 0.09 | 130.14 | 0.82 | 0.51 |
| Hex | 1A | E9 | 3D | 59 | 0 | 4A | 9 | 82 | 52 | 33 |
| Octal | 32 | 351 | 75 | 131 | 0 | 112 | 11 | 202 | 122 | 63 |
| Binary | 11010 | 11101001 | 111101 | 1011001 | 0 | 1001010 | 1001 | 10000010 | 1010010 | 110011 |
Color Harmonies of #1AE93D
Complementary color
Monochromatic Colors of #1AE93D
Black with #1AE93D
Text Example
Text Example
White with #1AE93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE93D; }
p { color: rgb(26,233,61); }
H1.HeaderClassName
{
color: #1AE93D;
}
.AnyTagClassName
{
color: #1AE93D;
}
</style>
background-color css
<style>
a { background-color: #1AE93D; }
a { background-color: rgb(26,233,61); }
div.DivClassName
{
background-color: #1AE93D;
}
.BgClassName
{
background-color: #1AE93D;
}
</style>
border-color css
<style>
span { border-color: #1AE93D; }
span { border-color: rgb(26,233,61); }
td.TdClassName
{
border-color: #1AE93D;
}
.TagClassName
{
border-color: #1AE93D;
}
</style>