Shades of Malachite #13EE6A
Tints of Malachite #13EE6A
RGB
CMYK
RGB Variations
Color information
#13EE6A (or 0x13EE6A) is known color: Malachite. HEX triplet: 13, EE and 6A. RGB value is (19,238,106). Sum of RGB (Red+Green+Blue) = 19+238+106=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 238 (93.36% from 255 or 65.56% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 238 - color contains mainly: green. Hex color #13EE6A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13EE6A is #EC1195. Grayscale: #9D9D9D. Windows color (decimal): -15470998 or 7007763. OLE color: 7007763.
HSL color Cylindrical-coordinate representation of color #13EE6A: hue angle of 143.84º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EE6A is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 238 | 106 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.07 |
| HSL | 143.84º | 0.87% | 0.5% | - |
| HSV(B) | 143.84º | 0.92% | 0.93% | - |
| XYZ | 33.44 | 62.33 | 23.9 | - |
| YUV | 157.47 | 98.95 | 29.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 238 | 106 | 0.92 | 0 | 0.55 | 0.07 | 143.84 | 0.87 | 0.5 |
| Hex | 13 | EE | 6A | 5C | 0 | 37 | 7 | 90 | 57 | 32 |
| Octal | 23 | 356 | 152 | 134 | 0 | 67 | 7 | 220 | 127 | 62 |
| Binary | 10011 | 11101110 | 1101010 | 1011100 | 0 | 110111 | 111 | 10010000 | 1010111 | 110010 |
Color Harmonies of #13EE6A
Complementary color
Monochromatic Colors of #13EE6A
Black with #13EE6A
Text Example
Text Example
White with #13EE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EE6A; }
p { color: rgb(19,238,106); }
H1.HeaderClassName
{
color: #13EE6A;
}
.AnyTagClassName
{
color: #13EE6A;
}
</style>
background-color css
<style>
a { background-color: #13EE6A; }
a { background-color: rgb(19,238,106); }
div.DivClassName
{
background-color: #13EE6A;
}
.BgClassName
{
background-color: #13EE6A;
}
</style>
border-color css
<style>
span { border-color: #13EE6A; }
span { border-color: rgb(19,238,106); }
td.TdClassName
{
border-color: #13EE6A;
}
.TagClassName
{
border-color: #13EE6A;
}
</style>