Shades of Malachite #12E554
Tints of Malachite #12E554
RGB
CMYK
RGB Variations
Color information
#12E554 (or 0x12E554) is known color: Malachite. HEX triplet: 12, E5 and 54. RGB value is (18,229,84). Sum of RGB (Red+Green+Blue) = 18+229+84=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 229 (89.84% from 255 or 69.18% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 229 - color contains mainly: green. Hex color #12E554 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12E554 is #ED1AAB. Grayscale: #959595. Windows color (decimal): -15538860 or 5563666. OLE color: 5563666.
HSL color Cylindrical-coordinate representation of color #12E554: hue angle of 138.77º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E554 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 229 | 84 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.10 |
| HSL | 138.77º | 0.85% | 0.48% | - |
| HSV(B) | 138.77º | 0.92% | 0.9% | - |
| XYZ | 29.87 | 56.81 | 17.78 | - |
| YUV | 149.38 | 91.1 | 34.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 229 | 84 | 0.92 | 0 | 0.63 | 0.10 | 138.77 | 0.85 | 0.48 |
| Hex | 12 | E5 | 54 | 5C | 0 | 3F | A | 8B | 55 | 30 |
| Octal | 22 | 345 | 124 | 134 | 0 | 77 | 12 | 213 | 125 | 60 |
| Binary | 10010 | 11100101 | 1010100 | 1011100 | 0 | 111111 | 1010 | 10001011 | 1010101 | 110000 |
Color Harmonies of #12E554
Complementary color
Monochromatic Colors of #12E554
Black with #12E554
Text Example
Text Example
White with #12E554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E554; }
p { color: rgb(18,229,84); }
H1.HeaderClassName
{
color: #12E554;
}
.AnyTagClassName
{
color: #12E554;
}
</style>
background-color css
<style>
a { background-color: #12E554; }
a { background-color: rgb(18,229,84); }
div.DivClassName
{
background-color: #12E554;
}
.BgClassName
{
background-color: #12E554;
}
</style>
border-color css
<style>
span { border-color: #12E554; }
span { border-color: rgb(18,229,84); }
td.TdClassName
{
border-color: #12E554;
}
.TagClassName
{
border-color: #12E554;
}
</style>