Shades of Malachite #13CE4A
Tints of Malachite #13CE4A
RGB
CMYK
RGB Variations
Color information
#13CE4A (or 0x13CE4A) is known color: Malachite. HEX triplet: 13, CE and 4A. RGB value is (19,206,74). Sum of RGB (Red+Green+Blue) = 19+206+74=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 206 (80.86% from 255 or 68.90% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CE4A is #EC31B5. Grayscale: #878787. Windows color (decimal): -15479222 or 4902419. OLE color: 4902419.
HSL color Cylindrical-coordinate representation of color #13CE4A: hue angle of 137.65º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CE4A is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 74 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.19 |
| HSL | 137.65º | 0.83% | 0.44% | - |
| HSV(B) | 137.65º | 0.91% | 0.81% | - |
| XYZ | 23.58 | 44.78 | 13.88 | - |
| YUV | 135.04 | 93.55 | 45.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 74 | 0.91 | 0 | 0.64 | 0.19 | 137.65 | 0.83 | 0.44 |
| Hex | 13 | CE | 4A | 5B | 0 | 40 | 13 | 8A | 53 | 2C |
| Octal | 23 | 316 | 112 | 133 | 0 | 100 | 23 | 212 | 123 | 54 |
| Binary | 10011 | 11001110 | 1001010 | 1011011 | 0 | 1000000 | 10011 | 10001010 | 1010011 | 101100 |
Color Harmonies of #13CE4A
Complementary color
Monochromatic Colors of #13CE4A
Black with #13CE4A
Text Example
Text Example
White with #13CE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CE4A; }
p { color: rgb(19,206,74); }
H1.HeaderClassName
{
color: #13CE4A;
}
.AnyTagClassName
{
color: #13CE4A;
}
</style>
background-color css
<style>
a { background-color: #13CE4A; }
a { background-color: rgb(19,206,74); }
div.DivClassName
{
background-color: #13CE4A;
}
.BgClassName
{
background-color: #13CE4A;
}
</style>
border-color css
<style>
span { border-color: #13CE4A; }
span { border-color: rgb(19,206,74); }
td.TdClassName
{
border-color: #13CE4A;
}
.TagClassName
{
border-color: #13CE4A;
}
</style>