Shades of Malachite #12DF67
Tints of Malachite #12DF67
RGB
CMYK
RGB Variations
Color information
#12DF67 (or 0x12DF67) is known color: Malachite. HEX triplet: 12, DF and 67. RGB value is (18,223,103). Sum of RGB (Red+Green+Blue) = 18+223+103=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 223 (87.5% from 255 or 64.83% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 223 - color contains mainly: green. Hex color #12DF67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DF67 is #ED2098. Grayscale: #949494. Windows color (decimal): -15540377 or 6807314. OLE color: 6807314.
HSL color Cylindrical-coordinate representation of color #12DF67: hue angle of 144.88º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DF67 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 223 | 103 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.13 |
| HSL | 144.88º | 0.85% | 0.47% | - |
| HSV(B) | 144.88º | 0.92% | 0.87% | - |
| XYZ | 29.09 | 53.88 | 21.7 | - |
| YUV | 148.03 | 102.58 | 35.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 223 | 103 | 0.92 | 0 | 0.54 | 0.13 | 144.88 | 0.85 | 0.47 |
| Hex | 12 | DF | 67 | 5C | 0 | 36 | D | 91 | 55 | 2F |
| Octal | 22 | 337 | 147 | 134 | 0 | 66 | 15 | 221 | 125 | 57 |
| Binary | 10010 | 11011111 | 1100111 | 1011100 | 0 | 110110 | 1101 | 10010001 | 1010101 | 101111 |
Color Harmonies of #12DF67
Complementary color
Monochromatic Colors of #12DF67
Black with #12DF67
Text Example
Text Example
White with #12DF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DF67; }
p { color: rgb(18,223,103); }
H1.HeaderClassName
{
color: #12DF67;
}
.AnyTagClassName
{
color: #12DF67;
}
</style>
background-color css
<style>
a { background-color: #12DF67; }
a { background-color: rgb(18,223,103); }
div.DivClassName
{
background-color: #12DF67;
}
.BgClassName
{
background-color: #12DF67;
}
</style>
border-color css
<style>
span { border-color: #12DF67; }
span { border-color: rgb(18,223,103); }
td.TdClassName
{
border-color: #12DF67;
}
.TagClassName
{
border-color: #12DF67;
}
</style>