Shades of Malachite #12D64B
Tints of Malachite #12D64B
RGB
CMYK
RGB Variations
Color information
#12D64B (or 0x12D64B) is known color: Malachite. HEX triplet: 12, D6 and 4B. RGB value is (18,214,75). Sum of RGB (Red+Green+Blue) = 18+214+75=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 214 (83.98% from 255 or 69.71% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 214 - color contains mainly: green. Hex color #12D64B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D64B is #ED29B4. Grayscale: #8B8B8B. Windows color (decimal): -15542709 or 4970002. OLE color: 4970002.
HSL color Cylindrical-coordinate representation of color #12D64B: hue angle of 137.45º 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 #12D64B is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 214 | 75 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.16 |
| HSL | 137.45º | 0.84% | 0.45% | - |
| HSV(B) | 137.45º | 0.92% | 0.84% | - |
| XYZ | 25.57 | 48.73 | 14.71 | - |
| YUV | 139.55 | 91.57 | 41.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 214 | 75 | 0.92 | 0 | 0.65 | 0.16 | 137.45 | 0.84 | 0.45 |
| Hex | 12 | D6 | 4B | 5C | 0 | 41 | 10 | 89 | 54 | 2D |
| Octal | 22 | 326 | 113 | 134 | 0 | 101 | 20 | 211 | 124 | 55 |
| Binary | 10010 | 11010110 | 1001011 | 1011100 | 0 | 1000001 | 10000 | 10001001 | 1010100 | 101101 |
Color Harmonies of #12D64B
Complementary color
Monochromatic Colors of #12D64B
Black with #12D64B
Text Example
Text Example
White with #12D64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D64B; }
p { color: rgb(18,214,75); }
H1.HeaderClassName
{
color: #12D64B;
}
.AnyTagClassName
{
color: #12D64B;
}
</style>
background-color css
<style>
a { background-color: #12D64B; }
a { background-color: rgb(18,214,75); }
div.DivClassName
{
background-color: #12D64B;
}
.BgClassName
{
background-color: #12D64B;
}
</style>
border-color css
<style>
span { border-color: #12D64B; }
span { border-color: rgb(18,214,75); }
td.TdClassName
{
border-color: #12D64B;
}
.TagClassName
{
border-color: #12D64B;
}
</style>