Shades of Malachite #12CA6B
Tints of Malachite #12CA6B
RGB
CMYK
RGB Variations
Color information
#12CA6B (or 0x12CA6B) is known color: Malachite. HEX triplet: 12, CA and 6B. RGB value is (18,202,107). Sum of RGB (Red+Green+Blue) = 18+202+107=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 202 (79.30% from 255 or 61.77% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CA6B is #ED3594. Grayscale: #888888. Windows color (decimal): -15545749 or 7064082. OLE color: 7064082.
HSL color Cylindrical-coordinate representation of color #12CA6B: hue angle of 149.02º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CA6B is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 202 | 107 | - |
| CMYK | 0.91 | 0 | 0.47 | 0.21 |
| HSL | 149.02º | 0.84% | 0.43% | - |
| HSV(B) | 149.02º | 0.91% | 0.79% | - |
| XYZ | 24.02 | 43.43 | 21.03 | - |
| YUV | 136.15 | 111.54 | 43.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 202 | 107 | 0.91 | 0 | 0.47 | 0.21 | 149.02 | 0.84 | 0.43 |
| Hex | 12 | CA | 6B | 5B | 0 | 2F | 15 | 95 | 54 | 2B |
| Octal | 22 | 312 | 153 | 133 | 0 | 57 | 25 | 225 | 124 | 53 |
| Binary | 10010 | 11001010 | 1101011 | 1011011 | 0 | 101111 | 10101 | 10010101 | 1010100 | 101011 |
Color Harmonies of #12CA6B
Complementary color
Monochromatic Colors of #12CA6B
Black with #12CA6B
Text Example
Text Example
White with #12CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CA6B; }
p { color: rgb(18,202,107); }
H1.HeaderClassName
{
color: #12CA6B;
}
.AnyTagClassName
{
color: #12CA6B;
}
</style>
background-color css
<style>
a { background-color: #12CA6B; }
a { background-color: rgb(18,202,107); }
div.DivClassName
{
background-color: #12CA6B;
}
.BgClassName
{
background-color: #12CA6B;
}
</style>
border-color css
<style>
span { border-color: #12CA6B; }
span { border-color: rgb(18,202,107); }
td.TdClassName
{
border-color: #12CA6B;
}
.TagClassName
{
border-color: #12CA6B;
}
</style>