Shades of Malachite #14F143
Tints of Malachite #14F143
RGB
CMYK
RGB Variations
Color information
#14F143 (or 0x14F143) is known color: Malachite. HEX triplet: 14, F1 and 43. RGB value is (20,241,67). Sum of RGB (Red+Green+Blue) = 20+241+67=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 241 (94.53% from 255 or 73.48% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 241 - color contains mainly: green. Hex color #14F143 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F143 is #EB0EBC. Grayscale: #9B9B9B. Windows color (decimal): -15404733 or 4452628. OLE color: 4452628.
HSL color Cylindrical-coordinate representation of color #14F143: hue angle of 132.76º 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 #14F143 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 241 | 67 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.05 |
| HSL | 132.76º | 0.89% | 0.51% | - |
| HSV(B) | 132.76º | 0.92% | 0.95% | - |
| XYZ | 32.76 | 63.46 | 15.83 | - |
| YUV | 155.09 | 78.28 | 31.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 241 | 67 | 0.92 | 0 | 0.72 | 0.05 | 132.76 | 0.89 | 0.51 |
| Hex | 14 | F1 | 43 | 5C | 0 | 48 | 5 | 85 | 59 | 33 |
| Octal | 24 | 361 | 103 | 134 | 0 | 110 | 5 | 205 | 131 | 63 |
| Binary | 10100 | 11110001 | 1000011 | 1011100 | 0 | 1001000 | 101 | 10000101 | 1011001 | 110011 |
Color Harmonies of #14F143
Complementary color
Monochromatic Colors of #14F143
Black with #14F143
Text Example
Text Example
White with #14F143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F143; }
p { color: rgb(20,241,67); }
H1.HeaderClassName
{
color: #14F143;
}
.AnyTagClassName
{
color: #14F143;
}
</style>
background-color css
<style>
a { background-color: #14F143; }
a { background-color: rgb(20,241,67); }
div.DivClassName
{
background-color: #14F143;
}
.BgClassName
{
background-color: #14F143;
}
</style>
border-color css
<style>
span { border-color: #14F143; }
span { border-color: rgb(20,241,67); }
td.TdClassName
{
border-color: #14F143;
}
.TagClassName
{
border-color: #14F143;
}
</style>