Shades of Malachite #12DF74
Tints of Malachite #12DF74
RGB
CMYK
RGB Variations
Color information
#12DF74 (or 0x12DF74) is known color: Malachite. HEX triplet: 12, DF and 74. RGB value is (18,223,116). Sum of RGB (Red+Green+Blue) = 18+223+116=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 223 (87.5% from 255 or 62.46% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 223 - color contains mainly: green. Hex color #12DF74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DF74 is #ED208B. Grayscale: #959595. Windows color (decimal): -15540364 or 7659282. OLE color: 7659282.
HSL color Cylindrical-coordinate representation of color #12DF74: hue angle of 148.68º 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 #12DF74 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 223 | 116 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.13 |
| HSL | 148.68º | 0.85% | 0.47% | - |
| HSV(B) | 148.68º | 0.92% | 0.87% | - |
| XYZ | 29.79 | 54.16 | 25.41 | - |
| YUV | 149.51 | 109.08 | 34.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 223 | 116 | 0.92 | 0 | 0.48 | 0.13 | 148.68 | 0.85 | 0.47 |
| Hex | 12 | DF | 74 | 5C | 0 | 30 | D | 95 | 55 | 2F |
| Octal | 22 | 337 | 164 | 134 | 0 | 60 | 15 | 225 | 125 | 57 |
| Binary | 10010 | 11011111 | 1110100 | 1011100 | 0 | 110000 | 1101 | 10010101 | 1010101 | 101111 |
Color Harmonies of #12DF74
Complementary color
Monochromatic Colors of #12DF74
Black with #12DF74
Text Example
Text Example
White with #12DF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DF74; }
p { color: rgb(18,223,116); }
H1.HeaderClassName
{
color: #12DF74;
}
.AnyTagClassName
{
color: #12DF74;
}
</style>
background-color css
<style>
a { background-color: #12DF74; }
a { background-color: rgb(18,223,116); }
div.DivClassName
{
background-color: #12DF74;
}
.BgClassName
{
background-color: #12DF74;
}
</style>
border-color css
<style>
span { border-color: #12DF74; }
span { border-color: rgb(18,223,116); }
td.TdClassName
{
border-color: #12DF74;
}
.TagClassName
{
border-color: #12DF74;
}
</style>