Shades of Malachite #12D245
Tints of Malachite #12D245
RGB
CMYK
RGB Variations
Color information
#12D245 (or 0x12D245) is known color: Malachite. HEX triplet: 12, D2 and 45. RGB value is (18,210,69). Sum of RGB (Red+Green+Blue) = 18+210+69=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 210 (82.42% from 255 or 70.71% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 210 - color contains mainly: green. Hex color #12D245 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D245 is #ED2DBA. Grayscale: #888888. Windows color (decimal): -15543739 or 4575762. OLE color: 4575762.
HSL color Cylindrical-coordinate representation of color #12D245: hue angle of 135.94º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D245 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 210 | 69 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.18 |
| HSL | 135.94º | 0.84% | 0.45% | - |
| HSV(B) | 135.94º | 0.91% | 0.82% | - |
| XYZ | 24.37 | 46.65 | 13.35 | - |
| YUV | 136.52 | 89.89 | 43.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 210 | 69 | 0.91 | 0 | 0.67 | 0.18 | 135.94 | 0.84 | 0.45 |
| Hex | 12 | D2 | 45 | 5B | 0 | 43 | 12 | 88 | 54 | 2D |
| Octal | 22 | 322 | 105 | 133 | 0 | 103 | 22 | 210 | 124 | 55 |
| Binary | 10010 | 11010010 | 1000101 | 1011011 | 0 | 1000011 | 10010 | 10001000 | 1010100 | 101101 |
Color Harmonies of #12D245
Complementary color
Monochromatic Colors of #12D245
Black with #12D245
Text Example
Text Example
White with #12D245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D245; }
p { color: rgb(18,210,69); }
H1.HeaderClassName
{
color: #12D245;
}
.AnyTagClassName
{
color: #12D245;
}
</style>
background-color css
<style>
a { background-color: #12D245; }
a { background-color: rgb(18,210,69); }
div.DivClassName
{
background-color: #12D245;
}
.BgClassName
{
background-color: #12D245;
}
</style>
border-color css
<style>
span { border-color: #12D245; }
span { border-color: rgb(18,210,69); }
td.TdClassName
{
border-color: #12D245;
}
.TagClassName
{
border-color: #12D245;
}
</style>