Shades of Malachite #12E055
Tints of Malachite #12E055
RGB
CMYK
RGB Variations
Color information
#12E055 (or 0x12E055) is known color: Malachite. HEX triplet: 12, E0 and 55. RGB value is (18,224,85). Sum of RGB (Red+Green+Blue) = 18+224+85=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 224 (87.89% from 255 or 68.50% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 224 - color contains mainly: green. Hex color #12E055 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12E055 is #ED1FAA. Grayscale: #929292. Windows color (decimal): -15540139 or 5627922. OLE color: 5627922.
HSL color Cylindrical-coordinate representation of color #12E055: hue angle of 139.51º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E055 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 224 | 85 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.12 |
| HSL | 139.51º | 0.85% | 0.47% | - |
| HSV(B) | 139.51º | 0.92% | 0.88% | - |
| XYZ | 28.54 | 54.1 | 17.53 | - |
| YUV | 146.56 | 93.25 | 36.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 224 | 85 | 0.92 | 0 | 0.62 | 0.12 | 139.51 | 0.85 | 0.47 |
| Hex | 12 | E0 | 55 | 5C | 0 | 3E | C | 8C | 55 | 2F |
| Octal | 22 | 340 | 125 | 134 | 0 | 76 | 14 | 214 | 125 | 57 |
| Binary | 10010 | 11100000 | 1010101 | 1011100 | 0 | 111110 | 1100 | 10001100 | 1010101 | 101111 |
Color Harmonies of #12E055
Complementary color
Monochromatic Colors of #12E055
Black with #12E055
Text Example
Text Example
White with #12E055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E055; }
p { color: rgb(18,224,85); }
H1.HeaderClassName
{
color: #12E055;
}
.AnyTagClassName
{
color: #12E055;
}
</style>
background-color css
<style>
a { background-color: #12E055; }
a { background-color: rgb(18,224,85); }
div.DivClassName
{
background-color: #12E055;
}
.BgClassName
{
background-color: #12E055;
}
</style>
border-color css
<style>
span { border-color: #12E055; }
span { border-color: rgb(18,224,85); }
td.TdClassName
{
border-color: #12E055;
}
.TagClassName
{
border-color: #12E055;
}
</style>