Shades of Malachite #14DC3C
Tints of Malachite #14DC3C
RGB
CMYK
RGB Variations
Color information
#14DC3C (or 0x14DC3C) is known color: Malachite. HEX triplet: 14, DC and 3C. RGB value is (20,220,60). Sum of RGB (Red+Green+Blue) = 20+220+60=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 220 (86.33% from 255 or 73.33% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DC3C is #EB23C3. Grayscale: #8E8E8E. Windows color (decimal): -15410116 or 3988500. OLE color: 3988500.
HSL color Cylindrical-coordinate representation of color #14DC3C: hue angle of 132º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DC3C is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
RGB | 20 | 220 | 60 | - |
CMYK | 0.91 | 0 | 0.73 | 0.14 |
HSL | 132º | 0.83% | 0.47% | - |
HSV(B) | 132º | 0.91% | 0.86% | - |
XYZ | 26.7 | 51.66 | 12.84 | - |
YUV | 141.96 | 81.74 | 41.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 20 | 220 | 60 | 0.91 | 0 | 0.73 | 0.14 | 132 | 0.83 | 0.47 |
Hex | 14 | DC | 3C | 5B | 0 | 49 | E | 84 | 53 | 2F |
Octal | 24 | 334 | 74 | 133 | 0 | 111 | 16 | 204 | 123 | 57 |
Binary | 10100 | 11011100 | 111100 | 1011011 | 0 | 1001001 | 1110 | 10000100 | 1010011 | 101111 |
Color Harmonies of #14DC3C
Complementary color
Monochromatic Colors of #14DC3C
Black with #14DC3C
Text Example
Text Example
White with #14DC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DC3C; }
p { color: rgb(20,220,60); }
H1.HeaderClassName
{
color: #14DC3C;
}
.AnyTagClassName
{
color: #14DC3C;
}
</style>
background-color css
<style>
a { background-color: #14DC3C; }
a { background-color: rgb(20,220,60); }
div.DivClassName
{
background-color: #14DC3C;
}
.BgClassName
{
background-color: #14DC3C;
}
</style>
border-color css
<style>
span { border-color: #14DC3C; }
span { border-color: rgb(20,220,60); }
td.TdClassName
{
border-color: #14DC3C;
}
.TagClassName
{
border-color: #14DC3C;
}
</style>