Shades of Malachite #14F23F
Tints of Malachite #14F23F
RGB
CMYK
RGB Variations
Color information
#14F23F (or 0x14F23F) is known color: Malachite. HEX triplet: 14, F2 and 3F. RGB value is (20,242,63). Sum of RGB (Red+Green+Blue) = 20+242+63=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 242 (94.92% from 255 or 74.46% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 242 - color contains mainly: green. Hex color #14F23F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F23F is #EB0DC0. Grayscale: #9B9B9B. Windows color (decimal): -15404481 or 4190740. OLE color: 4190740.
HSL color Cylindrical-coordinate representation of color #14F23F: hue angle of 131.62º 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 #14F23F is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 63 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.05 |
| HSL | 131.62º | 0.9% | 0.51% | - |
| HSV(B) | 131.62º | 0.92% | 0.95% | - |
| XYZ | 32.94 | 64.01 | 15.32 | - |
| YUV | 155.22 | 75.95 | 31.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 63 | 0.92 | 0 | 0.74 | 0.05 | 131.62 | 0.9 | 0.51 |
| Hex | 14 | F2 | 3F | 5C | 0 | 4A | 5 | 84 | 5A | 33 |
| Octal | 24 | 362 | 77 | 134 | 0 | 112 | 5 | 204 | 132 | 63 |
| Binary | 10100 | 11110010 | 111111 | 1011100 | 0 | 1001010 | 101 | 10000100 | 1011010 | 110011 |
Color Harmonies of #14F23F
Complementary color
Monochromatic Colors of #14F23F
Black with #14F23F
Text Example
Text Example
White with #14F23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F23F; }
p { color: rgb(20,242,63); }
H1.HeaderClassName
{
color: #14F23F;
}
.AnyTagClassName
{
color: #14F23F;
}
</style>
background-color css
<style>
a { background-color: #14F23F; }
a { background-color: rgb(20,242,63); }
div.DivClassName
{
background-color: #14F23F;
}
.BgClassName
{
background-color: #14F23F;
}
</style>
border-color css
<style>
span { border-color: #14F23F; }
span { border-color: rgb(20,242,63); }
td.TdClassName
{
border-color: #14F23F;
}
.TagClassName
{
border-color: #14F23F;
}
</style>