Shades of Malachite #12D554
Tints of Malachite #12D554
RGB
CMYK
RGB Variations
Color information
#12D554 (or 0x12D554) is known color: Malachite. HEX triplet: 12, D5 and 54. RGB value is (18,213,84). Sum of RGB (Red+Green+Blue) = 18+213+84=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 213 (83.59% from 255 or 67.62% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 213 - color contains mainly: green. Hex color #12D554 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D554 is #ED2AAB. Grayscale: #8C8C8C. Windows color (decimal): -15542956 or 5559570. OLE color: 5559570.
HSL color Cylindrical-coordinate representation of color #12D554: hue angle of 140.31º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D554 is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 213 | 84 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.16 |
| HSL | 140.31º | 0.84% | 0.45% | - |
| HSV(B) | 140.31º | 0.92% | 0.84% | - |
| XYZ | 25.64 | 48.36 | 16.37 | - |
| YUV | 139.99 | 96.4 | 40.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 213 | 84 | 0.92 | 0 | 0.61 | 0.16 | 140.31 | 0.84 | 0.45 |
| Hex | 12 | D5 | 54 | 5C | 0 | 3D | 10 | 8C | 54 | 2D |
| Octal | 22 | 325 | 124 | 134 | 0 | 75 | 20 | 214 | 124 | 55 |
| Binary | 10010 | 11010101 | 1010100 | 1011100 | 0 | 111101 | 10000 | 10001100 | 1010100 | 101101 |
Color Harmonies of #12D554
Complementary color
Monochromatic Colors of #12D554
Black with #12D554
Text Example
Text Example
White with #12D554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D554; }
p { color: rgb(18,213,84); }
H1.HeaderClassName
{
color: #12D554;
}
.AnyTagClassName
{
color: #12D554;
}
</style>
background-color css
<style>
a { background-color: #12D554; }
a { background-color: rgb(18,213,84); }
div.DivClassName
{
background-color: #12D554;
}
.BgClassName
{
background-color: #12D554;
}
</style>
border-color css
<style>
span { border-color: #12D554; }
span { border-color: rgb(18,213,84); }
td.TdClassName
{
border-color: #12D554;
}
.TagClassName
{
border-color: #12D554;
}
</style>