Shades of Malachite #14F238
Tints of Malachite #14F238
RGB
CMYK
RGB Variations
Color information
#14F238 (or 0x14F238) is known color: Malachite. HEX triplet: 14, F2 and 38. RGB value is (20,242,56). Sum of RGB (Red+Green+Blue) = 20+242+56=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 242 (94.92% from 255 or 76.10% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 242 - color contains mainly: green. Hex color #14F238 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F238 is #EB0DC7. Grayscale: #9A9A9A. Windows color (decimal): -15404488 or 3731988. OLE color: 3731988.
HSL color Cylindrical-coordinate representation of color #14F238: hue angle of 129.73º degrees, saturation: 0.9, 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 #14F238 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 56 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.05 |
| HSL | 129.73º | 0.9% | 0.51% | - |
| HSV(B) | 129.73º | 0.92% | 0.95% | - |
| XYZ | 32.75 | 63.94 | 14.36 | - |
| YUV | 154.42 | 72.45 | 32.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 56 | 0.92 | 0 | 0.77 | 0.05 | 129.73 | 0.9 | 0.51 |
| Hex | 14 | F2 | 38 | 5C | 0 | 4D | 5 | 82 | 5A | 33 |
| Octal | 24 | 362 | 70 | 134 | 0 | 115 | 5 | 202 | 132 | 63 |
| Binary | 10100 | 11110010 | 111000 | 1011100 | 0 | 1001101 | 101 | 10000010 | 1011010 | 110011 |
Color Harmonies of #14F238
Complementary color
Monochromatic Colors of #14F238
Black with #14F238
Text Example
Text Example
White with #14F238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F238; }
p { color: rgb(20,242,56); }
H1.HeaderClassName
{
color: #14F238;
}
.AnyTagClassName
{
color: #14F238;
}
</style>
background-color css
<style>
a { background-color: #14F238; }
a { background-color: rgb(20,242,56); }
div.DivClassName
{
background-color: #14F238;
}
.BgClassName
{
background-color: #14F238;
}
</style>
border-color css
<style>
span { border-color: #14F238; }
span { border-color: rgb(20,242,56); }
td.TdClassName
{
border-color: #14F238;
}
.TagClassName
{
border-color: #14F238;
}
</style>