Shades of Malachite #12D25C
Tints of Malachite #12D25C
RGB
CMYK
RGB Variations
Color information
#12D25C (or 0x12D25C) is known color: Malachite. HEX triplet: 12, D2 and 5C. RGB value is (18,210,92). Sum of RGB (Red+Green+Blue) = 18+210+92=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 210 (82.42% from 255 or 65.62% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 210 - color contains mainly: green. Hex color #12D25C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D25C is #ED2DA3. Grayscale: #8B8B8B. Windows color (decimal): -15543716 or 6083090. OLE color: 6083090.
HSL color Cylindrical-coordinate representation of color #12D25C: hue angle of 143.12º 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 #12D25C is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 210 | 92 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.18 |
| HSL | 143.13º | 0.84% | 0.45% | - |
| HSV(B) | 143.13º | 0.91% | 0.82% | - |
| XYZ | 25.23 | 46.99 | 17.87 | - |
| YUV | 139.14 | 101.39 | 41.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 210 | 92 | 0.91 | 0 | 0.56 | 0.18 | 143.13 | 0.84 | 0.45 |
| Hex | 12 | D2 | 5C | 5B | 0 | 38 | 12 | 8F | 54 | 2D |
| Octal | 22 | 322 | 134 | 133 | 0 | 70 | 22 | 217 | 124 | 55 |
| Binary | 10010 | 11010010 | 1011100 | 1011011 | 0 | 111000 | 10010 | 10001111 | 1010100 | 101101 |
Color Harmonies of #12D25C
Complementary color
Monochromatic Colors of #12D25C
Black with #12D25C
Text Example
Text Example
White with #12D25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D25C; }
p { color: rgb(18,210,92); }
H1.HeaderClassName
{
color: #12D25C;
}
.AnyTagClassName
{
color: #12D25C;
}
</style>
background-color css
<style>
a { background-color: #12D25C; }
a { background-color: rgb(18,210,92); }
div.DivClassName
{
background-color: #12D25C;
}
.BgClassName
{
background-color: #12D25C;
}
</style>
border-color css
<style>
span { border-color: #12D25C; }
span { border-color: rgb(18,210,92); }
td.TdClassName
{
border-color: #12D25C;
}
.TagClassName
{
border-color: #12D25C;
}
</style>