Shades of Malachite #12D63D
Tints of Malachite #12D63D
RGB
CMYK
RGB Variations
Color information
#12D63D (or 0x12D63D) is known color: Malachite. HEX triplet: 12, D6 and 3D. RGB value is (18,214,61). Sum of RGB (Red+Green+Blue) = 18+214+61=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 214 (83.98% from 255 or 73.04% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 214 - color contains mainly: green. Hex color #12D63D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D63D is #ED29C2. Grayscale: #8A8A8A. Windows color (decimal): -15542723 or 4052498. OLE color: 4052498.
HSL color Cylindrical-coordinate representation of color #12D63D: hue angle of 133.16º 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 #12D63D is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 214 | 61 | - |
| CMYK | 0.92 | 0 | 0.71 | 0.16 |
| HSL | 133.16º | 0.84% | 0.45% | - |
| HSV(B) | 133.16º | 0.92% | 0.84% | - |
| XYZ | 25.14 | 48.56 | 12.46 | - |
| YUV | 137.95 | 84.57 | 42.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 214 | 61 | 0.92 | 0 | 0.71 | 0.16 | 133.16 | 0.84 | 0.45 |
| Hex | 12 | D6 | 3D | 5C | 0 | 47 | 10 | 85 | 54 | 2D |
| Octal | 22 | 326 | 75 | 134 | 0 | 107 | 20 | 205 | 124 | 55 |
| Binary | 10010 | 11010110 | 111101 | 1011100 | 0 | 1000111 | 10000 | 10000101 | 1010100 | 101101 |
Color Harmonies of #12D63D
Complementary color
Monochromatic Colors of #12D63D
Black with #12D63D
Text Example
Text Example
White with #12D63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D63D; }
p { color: rgb(18,214,61); }
H1.HeaderClassName
{
color: #12D63D;
}
.AnyTagClassName
{
color: #12D63D;
}
</style>
background-color css
<style>
a { background-color: #12D63D; }
a { background-color: rgb(18,214,61); }
div.DivClassName
{
background-color: #12D63D;
}
.BgClassName
{
background-color: #12D63D;
}
</style>
border-color css
<style>
span { border-color: #12D63D; }
span { border-color: rgb(18,214,61); }
td.TdClassName
{
border-color: #12D63D;
}
.TagClassName
{
border-color: #12D63D;
}
</style>