Shades of Malachite #14F136
Tints of Malachite #14F136
RGB
CMYK
RGB Variations
Color information
#14F136 (or 0x14F136) is known color: Malachite. HEX triplet: 14, F1 and 36. RGB value is (20,241,54). Sum of RGB (Red+Green+Blue) = 20+241+54=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 241 (94.53% from 255 or 76.51% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 241 - color contains mainly: green. Hex color #14F136 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F136 is #EB0EC9. Grayscale: #9A9A9A. Windows color (decimal): -15404746 or 3600660. OLE color: 3600660.
HSL color Cylindrical-coordinate representation of color #14F136: hue angle of 129.23º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F136 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 241 | 54 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.05 |
| HSL | 129.23º | 0.89% | 0.51% | - |
| HSV(B) | 129.23º | 0.92% | 0.95% | - |
| XYZ | 32.41 | 63.33 | 14 | - |
| YUV | 153.6 | 71.78 | 32.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 241 | 54 | 0.92 | 0 | 0.78 | 0.05 | 129.23 | 0.89 | 0.51 |
| Hex | 14 | F1 | 36 | 5C | 0 | 4E | 5 | 81 | 59 | 33 |
| Octal | 24 | 361 | 66 | 134 | 0 | 116 | 5 | 201 | 131 | 63 |
| Binary | 10100 | 11110001 | 110110 | 1011100 | 0 | 1001110 | 101 | 10000001 | 1011001 | 110011 |
Color Harmonies of #14F136
Complementary color
Monochromatic Colors of #14F136
Black with #14F136
Text Example
Text Example
White with #14F136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F136; }
p { color: rgb(20,241,54); }
H1.HeaderClassName
{
color: #14F136;
}
.AnyTagClassName
{
color: #14F136;
}
</style>
background-color css
<style>
a { background-color: #14F136; }
a { background-color: rgb(20,241,54); }
div.DivClassName
{
background-color: #14F136;
}
.BgClassName
{
background-color: #14F136;
}
</style>
border-color css
<style>
span { border-color: #14F136; }
span { border-color: rgb(20,241,54); }
td.TdClassName
{
border-color: #14F136;
}
.TagClassName
{
border-color: #14F136;
}
</style>