Shades of Malachite #12CC5A
Tints of Malachite #12CC5A
RGB
CMYK
RGB Variations
Color information
#12CC5A (or 0x12CC5A) is known color: Malachite. HEX triplet: 12, CC and 5A. RGB value is (18,204,90). Sum of RGB (Red+Green+Blue) = 18+204+90=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 204 (80.08% from 255 or 65.38% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CC5A is #ED33A5. Grayscale: #878787. Windows color (decimal): -15545254 or 5950482. OLE color: 5950482.
HSL color Cylindrical-coordinate representation of color #12CC5A: hue angle of 143.23º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CC5A is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 204 | 90 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.2 |
| HSL | 143.23º | 0.84% | 0.44% | - |
| HSV(B) | 143.23º | 0.91% | 0.8% | - |
| XYZ | 23.69 | 44.05 | 16.93 | - |
| YUV | 135.39 | 102.38 | 44.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 204 | 90 | 0.91 | 0 | 0.56 | 0.2 | 143.23 | 0.84 | 0.44 |
| Hex | 12 | CC | 5A | 5B | 0 | 38 | 14 | 8F | 54 | 2C |
| Octal | 22 | 314 | 132 | 133 | 0 | 70 | 24 | 217 | 124 | 54 |
| Binary | 10010 | 11001100 | 1011010 | 1011011 | 0 | 111000 | 10100 | 10001111 | 1010100 | 101100 |
Color Harmonies of #12CC5A
Complementary color
Monochromatic Colors of #12CC5A
Black with #12CC5A
Text Example
Text Example
White with #12CC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CC5A; }
p { color: rgb(18,204,90); }
H1.HeaderClassName
{
color: #12CC5A;
}
.AnyTagClassName
{
color: #12CC5A;
}
</style>
background-color css
<style>
a { background-color: #12CC5A; }
a { background-color: rgb(18,204,90); }
div.DivClassName
{
background-color: #12CC5A;
}
.BgClassName
{
background-color: #12CC5A;
}
</style>
border-color css
<style>
span { border-color: #12CC5A; }
span { border-color: rgb(18,204,90); }
td.TdClassName
{
border-color: #12CC5A;
}
.TagClassName
{
border-color: #12CC5A;
}
</style>