Shades of Malachite #13E252
Tints of Malachite #13E252
RGB
CMYK
RGB Variations
Color information
#13E252 (or 0x13E252) is known color: Malachite. HEX triplet: 13, E2 and 52. RGB value is (19,226,82). Sum of RGB (Red+Green+Blue) = 19+226+82=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 226 (88.67% from 255 or 69.11% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 226 - color contains mainly: green. Hex color #13E252 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13E252 is #EC1DAD. Grayscale: #949494. Windows color (decimal): -15474094 or 5431827. OLE color: 5431827.
HSL color Cylindrical-coordinate representation of color #13E252: hue angle of 138.26º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E252 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 19 | 226 | 82 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.11 |
| HSL | 138.26º | 0.84% | 0.48% | - |
| HSV(B) | 138.26º | 0.92% | 0.89% | - |
| XYZ | 28.99 | 55.14 | 17.1 | - |
| YUV | 147.69 | 90.92 | 36.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 226 | 82 | 0.92 | 0 | 0.64 | 0.11 | 138.26 | 0.84 | 0.48 |
| Hex | 13 | E2 | 52 | 5C | 0 | 40 | B | 8A | 54 | 30 |
| Octal | 23 | 342 | 122 | 134 | 0 | 100 | 13 | 212 | 124 | 60 |
| Binary | 10011 | 11100010 | 1010010 | 1011100 | 0 | 1000000 | 1011 | 10001010 | 1010100 | 110000 |
Color Harmonies of #13E252
Complementary color
Monochromatic Colors of #13E252
Black with #13E252
Text Example
Text Example
White with #13E252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E252; }
p { color: rgb(19,226,82); }
H1.HeaderClassName
{
color: #13E252;
}
.AnyTagClassName
{
color: #13E252;
}
</style>
background-color css
<style>
a { background-color: #13E252; }
a { background-color: rgb(19,226,82); }
div.DivClassName
{
background-color: #13E252;
}
.BgClassName
{
background-color: #13E252;
}
</style>
border-color css
<style>
span { border-color: #13E252; }
span { border-color: rgb(19,226,82); }
td.TdClassName
{
border-color: #13E252;
}
.TagClassName
{
border-color: #13E252;
}
</style>