Shades of Malachite #12DF69
Tints of Malachite #12DF69
RGB
CMYK
RGB Variations
Color information
#12DF69 (or 0x12DF69) is known color: Malachite. HEX triplet: 12, DF and 69. RGB value is (18,223,105). Sum of RGB (Red+Green+Blue) = 18+223+105=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 223 (87.5% from 255 or 64.45% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 223 - color contains mainly: green. Hex color #12DF69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DF69 is #ED2096. Grayscale: #949494. Windows color (decimal): -15540375 or 6938386. OLE color: 6938386.
HSL color Cylindrical-coordinate representation of color #12DF69: hue angle of 145.46º 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 #12DF69 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 223 | 105 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.13 |
| HSL | 145.46º | 0.85% | 0.47% | - |
| HSV(B) | 145.46º | 0.92% | 0.87% | - |
| XYZ | 29.19 | 53.92 | 22.23 | - |
| YUV | 148.25 | 103.58 | 35.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 223 | 105 | 0.92 | 0 | 0.53 | 0.13 | 145.46 | 0.85 | 0.47 |
| Hex | 12 | DF | 69 | 5C | 0 | 35 | D | 91 | 55 | 2F |
| Octal | 22 | 337 | 151 | 134 | 0 | 65 | 15 | 221 | 125 | 57 |
| Binary | 10010 | 11011111 | 1101001 | 1011100 | 0 | 110101 | 1101 | 10010001 | 1010101 | 101111 |
Color Harmonies of #12DF69
Complementary color
Monochromatic Colors of #12DF69
Black with #12DF69
Text Example
Text Example
White with #12DF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DF69; }
p { color: rgb(18,223,105); }
H1.HeaderClassName
{
color: #12DF69;
}
.AnyTagClassName
{
color: #12DF69;
}
</style>
background-color css
<style>
a { background-color: #12DF69; }
a { background-color: rgb(18,223,105); }
div.DivClassName
{
background-color: #12DF69;
}
.BgClassName
{
background-color: #12DF69;
}
</style>
border-color css
<style>
span { border-color: #12DF69; }
span { border-color: rgb(18,223,105); }
td.TdClassName
{
border-color: #12DF69;
}
.TagClassName
{
border-color: #12DF69;
}
</style>