Shades of Malachite #13EA3A
Tints of Malachite #13EA3A
RGB
CMYK
RGB Variations
Color information
#13EA3A (or 0x13EA3A) is known color: Malachite. HEX triplet: 13, EA and 3A. RGB value is (19,234,58). Sum of RGB (Red+Green+Blue) = 19+234+58=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 234 (91.80% from 255 or 75.24% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 234 - color contains mainly: green. Hex color #13EA3A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13EA3A is #EC15C5. Grayscale: #969696. Windows color (decimal): -15472070 or 3861011. OLE color: 3861011.
HSL color Cylindrical-coordinate representation of color #13EA3A: hue angle of 130.88º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EA3A is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 234 | 58 | - |
| CMYK | 0.92 | 0 | 0.75 | 0.08 |
| HSL | 130.88º | 0.85% | 0.5% | - |
| HSV(B) | 130.88º | 0.92% | 0.92% | - |
| XYZ | 30.46 | 59.29 | 13.84 | - |
| YUV | 149.65 | 76.27 | 34.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 234 | 58 | 0.92 | 0 | 0.75 | 0.08 | 130.88 | 0.85 | 0.5 |
| Hex | 13 | EA | 3A | 5C | 0 | 4B | 8 | 83 | 55 | 32 |
| Octal | 23 | 352 | 72 | 134 | 0 | 113 | 10 | 203 | 125 | 62 |
| Binary | 10011 | 11101010 | 111010 | 1011100 | 0 | 1001011 | 1000 | 10000011 | 1010101 | 110010 |
Color Harmonies of #13EA3A
Complementary color
Monochromatic Colors of #13EA3A
Black with #13EA3A
Text Example
Text Example
White with #13EA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EA3A; }
p { color: rgb(19,234,58); }
H1.HeaderClassName
{
color: #13EA3A;
}
.AnyTagClassName
{
color: #13EA3A;
}
</style>
background-color css
<style>
a { background-color: #13EA3A; }
a { background-color: rgb(19,234,58); }
div.DivClassName
{
background-color: #13EA3A;
}
.BgClassName
{
background-color: #13EA3A;
}
</style>
border-color css
<style>
span { border-color: #13EA3A; }
span { border-color: rgb(19,234,58); }
td.TdClassName
{
border-color: #13EA3A;
}
.TagClassName
{
border-color: #13EA3A;
}
</style>