Shades of Malachite #14C367
Tints of Malachite #14C367
RGB
CMYK
RGB Variations
Color information
#14C367 (or 0x14C367) is known color: Malachite. HEX triplet: 14, C3 and 67. RGB value is (20,195,103). Sum of RGB (Red+Green+Blue) = 20+195+103=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 195 (76.56% from 255 or 61.32% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 195 - color contains mainly: green. Hex color #14C367 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C367 is #EB3C98. Grayscale: #848484. Windows color (decimal): -15416473 or 6800148. OLE color: 6800148.
HSL color Cylindrical-coordinate representation of color #14C367: hue angle of 148.46º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C367 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 195 | 103 | - |
| CMYK | 0.90 | 0 | 0.47 | 0.24 |
| HSL | 148.46º | 0.81% | 0.42% | - |
| HSV(B) | 148.46º | 0.9% | 0.76% | - |
| XYZ | 22.25 | 40.16 | 19.41 | - |
| YUV | 132.19 | 111.52 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 195 | 103 | 0.90 | 0 | 0.47 | 0.24 | 148.46 | 0.81 | 0.42 |
| Hex | 14 | C3 | 67 | 5A | 0 | 2F | 18 | 94 | 51 | 2A |
| Octal | 24 | 303 | 147 | 132 | 0 | 57 | 30 | 224 | 121 | 52 |
| Binary | 10100 | 11000011 | 1100111 | 1011010 | 0 | 101111 | 11000 | 10010100 | 1010001 | 101010 |
Color Harmonies of #14C367
Complementary color
Monochromatic Colors of #14C367
Black with #14C367
Text Example
Text Example
White with #14C367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C367; }
p { color: rgb(20,195,103); }
H1.HeaderClassName
{
color: #14C367;
}
.AnyTagClassName
{
color: #14C367;
}
</style>
background-color css
<style>
a { background-color: #14C367; }
a { background-color: rgb(20,195,103); }
div.DivClassName
{
background-color: #14C367;
}
.BgClassName
{
background-color: #14C367;
}
</style>
border-color css
<style>
span { border-color: #14C367; }
span { border-color: rgb(20,195,103); }
td.TdClassName
{
border-color: #14C367;
}
.TagClassName
{
border-color: #14C367;
}
</style>