Shades of Malachite #12DB4F
Tints of Malachite #12DB4F
RGB
CMYK
RGB Variations
Color information
#12DB4F (or 0x12DB4F) is known color: Malachite. HEX triplet: 12, DB and 4F. RGB value is (18,219,79). Sum of RGB (Red+Green+Blue) = 18+219+79=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 219 (85.94% from 255 or 69.30% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DB4F is #ED24B0. Grayscale: #8F8F8F. Windows color (decimal): -15541425 or 5233426. OLE color: 5233426.
HSL color Cylindrical-coordinate representation of color #12DB4F: hue angle of 138.21º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DB4F is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 79 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.14 |
| HSL | 138.21º | 0.85% | 0.46% | - |
| HSV(B) | 138.21º | 0.92% | 0.86% | - |
| XYZ | 26.99 | 51.36 | 15.89 | - |
| YUV | 142.94 | 91.91 | 38.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 79 | 0.92 | 0 | 0.64 | 0.14 | 138.21 | 0.85 | 0.46 |
| Hex | 12 | DB | 4F | 5C | 0 | 40 | E | 8A | 55 | 2E |
| Octal | 22 | 333 | 117 | 134 | 0 | 100 | 16 | 212 | 125 | 56 |
| Binary | 10010 | 11011011 | 1001111 | 1011100 | 0 | 1000000 | 1110 | 10001010 | 1010101 | 101110 |
Color Harmonies of #12DB4F
Complementary color
Monochromatic Colors of #12DB4F
Black with #12DB4F
Text Example
Text Example
White with #12DB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DB4F; }
p { color: rgb(18,219,79); }
H1.HeaderClassName
{
color: #12DB4F;
}
.AnyTagClassName
{
color: #12DB4F;
}
</style>
background-color css
<style>
a { background-color: #12DB4F; }
a { background-color: rgb(18,219,79); }
div.DivClassName
{
background-color: #12DB4F;
}
.BgClassName
{
background-color: #12DB4F;
}
</style>
border-color css
<style>
span { border-color: #12DB4F; }
span { border-color: rgb(18,219,79); }
td.TdClassName
{
border-color: #12DB4F;
}
.TagClassName
{
border-color: #12DB4F;
}
</style>