Shades of Malachite #14F85A
Tints of Malachite #14F85A
RGB
CMYK
RGB Variations
Color information
#14F85A (or 0x14F85A) is known color: Malachite. HEX triplet: 14, F8 and 5A. RGB value is (20,248,90). Sum of RGB (Red+Green+Blue) = 20+248+90=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 248 (97.27% from 255 or 69.27% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 248 - color contains mainly: green. Hex color #14F85A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F85A is #EB07A5. Grayscale: #A2A2A2. Windows color (decimal): -15402918 or 5961748. OLE color: 5961748.
HSL color Cylindrical-coordinate representation of color #14F85A: hue angle of 138.42º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F85A is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 248 | 90 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.03 |
| HSL | 138.42º | 0.94% | 0.53% | - |
| HSV(B) | 138.42º | 0.92% | 0.97% | - |
| XYZ | 35.7 | 68.02 | 20.92 | - |
| YUV | 161.82 | 87.46 | 26.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 248 | 90 | 0.92 | 0 | 0.64 | 0.03 | 138.42 | 0.94 | 0.53 |
| Hex | 14 | F8 | 5A | 5C | 0 | 40 | 3 | 8A | 5E | 35 |
| Octal | 24 | 370 | 132 | 134 | 0 | 100 | 3 | 212 | 136 | 65 |
| Binary | 10100 | 11111000 | 1011010 | 1011100 | 0 | 1000000 | 11 | 10001010 | 1011110 | 110101 |
Color Harmonies of #14F85A
Complementary color
Monochromatic Colors of #14F85A
Black with #14F85A
Text Example
Text Example
White with #14F85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F85A; }
p { color: rgb(20,248,90); }
H1.HeaderClassName
{
color: #14F85A;
}
.AnyTagClassName
{
color: #14F85A;
}
</style>
background-color css
<style>
a { background-color: #14F85A; }
a { background-color: rgb(20,248,90); }
div.DivClassName
{
background-color: #14F85A;
}
.BgClassName
{
background-color: #14F85A;
}
</style>
border-color css
<style>
span { border-color: #14F85A; }
span { border-color: rgb(20,248,90); }
td.TdClassName
{
border-color: #14F85A;
}
.TagClassName
{
border-color: #14F85A;
}
</style>