Shades of Malachite #14F34C
Tints of Malachite #14F34C
RGB
CMYK
RGB Variations
Color information
#14F34C (or 0x14F34C) is known color: Malachite. HEX triplet: 14, F3 and 4C. RGB value is (20,243,76). Sum of RGB (Red+Green+Blue) = 20+243+76=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 243 (95.31% from 255 or 71.68% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 243 - color contains mainly: green. Hex color #14F34C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F34C is #EB0CB3. Grayscale: #9D9D9D. Windows color (decimal): -15404212 or 5042964. OLE color: 5042964.
HSL color Cylindrical-coordinate representation of color #14F34C: hue angle of 135.07º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F34C is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 243 | 76 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.05 |
| HSL | 135.07º | 0.9% | 0.52% | - |
| HSV(B) | 135.07º | 0.92% | 0.95% | - |
| XYZ | 33.64 | 64.77 | 17.57 | - |
| YUV | 157.29 | 82.12 | 30.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 243 | 76 | 0.92 | 0 | 0.69 | 0.05 | 135.07 | 0.9 | 0.52 |
| Hex | 14 | F3 | 4C | 5C | 0 | 45 | 5 | 87 | 5A | 34 |
| Octal | 24 | 363 | 114 | 134 | 0 | 105 | 5 | 207 | 132 | 64 |
| Binary | 10100 | 11110011 | 1001100 | 1011100 | 0 | 1000101 | 101 | 10000111 | 1011010 | 110100 |
Color Harmonies of #14F34C
Complementary color
Monochromatic Colors of #14F34C
Black with #14F34C
Text Example
Text Example
White with #14F34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F34C; }
p { color: rgb(20,243,76); }
H1.HeaderClassName
{
color: #14F34C;
}
.AnyTagClassName
{
color: #14F34C;
}
</style>
background-color css
<style>
a { background-color: #14F34C; }
a { background-color: rgb(20,243,76); }
div.DivClassName
{
background-color: #14F34C;
}
.BgClassName
{
background-color: #14F34C;
}
</style>
border-color css
<style>
span { border-color: #14F34C; }
span { border-color: rgb(20,243,76); }
td.TdClassName
{
border-color: #14F34C;
}
.TagClassName
{
border-color: #14F34C;
}
</style>