Shades of Malachite #1EE34A
Tints of Malachite #1EE34A
RGB
CMYK
RGB Variations
Color information
#1EE34A (or 0x1EE34A) is known color: Malachite. HEX triplet: 1E, E3 and 4A. RGB value is (30,227,74). Sum of RGB (Red+Green+Blue) = 30+227+74=331 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.06% from 331); Green value is 227 (89.06% from 255 or 68.58% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 227 - color contains mainly: green. Hex color #1EE34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EE34A is #E11CB5. Grayscale: #979797. Windows color (decimal): -14752950 or 4907806. OLE color: 4907806.
HSL color Cylindrical-coordinate representation of color #1EE34A: hue angle of 133.4º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE34A is Cyan = 0.87, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 30 | 227 | 74 | - |
| CMYK | 0.87 | 0 | 0.67 | 0.11 |
| HSL | 133.4º | 0.78% | 0.5% | - |
| HSV(B) | 133.4º | 0.87% | 0.89% | - |
| XYZ | 29.24 | 55.71 | 15.69 | - |
| YUV | 150.66 | 84.73 | 41.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 227 | 74 | 0.87 | 0 | 0.67 | 0.11 | 133.4 | 0.78 | 0.5 |
| Hex | 1E | E3 | 4A | 57 | 0 | 43 | B | 85 | 4E | 32 |
| Octal | 36 | 343 | 112 | 127 | 0 | 103 | 13 | 205 | 116 | 62 |
| Binary | 11110 | 11100011 | 1001010 | 1010111 | 0 | 1000011 | 1011 | 10000101 | 1001110 | 110010 |
Color Harmonies of #1EE34A
Complementary color
Monochromatic Colors of #1EE34A
Black with #1EE34A
Text Example
Text Example
White with #1EE34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE34A; }
p { color: rgb(30,227,74); }
H1.HeaderClassName
{
color: #1EE34A;
}
.AnyTagClassName
{
color: #1EE34A;
}
</style>
background-color css
<style>
a { background-color: #1EE34A; }
a { background-color: rgb(30,227,74); }
div.DivClassName
{
background-color: #1EE34A;
}
.BgClassName
{
background-color: #1EE34A;
}
</style>
border-color css
<style>
span { border-color: #1EE34A; }
span { border-color: rgb(30,227,74); }
td.TdClassName
{
border-color: #1EE34A;
}
.TagClassName
{
border-color: #1EE34A;
}
</style>