Shades of Malachite #14F144
Tints of Malachite #14F144
RGB
CMYK
RGB Variations
Color information
#14F144 (or 0x14F144) is known color: Malachite. HEX triplet: 14, F1 and 44. RGB value is (20,241,68). Sum of RGB (Red+Green+Blue) = 20+241+68=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 241 (94.53% from 255 or 73.25% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 241 - color contains mainly: green. Hex color #14F144 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F144 is #EB0EBB. Grayscale: #9B9B9B. Windows color (decimal): -15404732 or 4518164. OLE color: 4518164.
HSL color Cylindrical-coordinate representation of color #14F144: hue angle of 133.03º 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 #14F144 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 241 | 68 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.05 |
| HSL | 133.03º | 0.89% | 0.51% | - |
| HSV(B) | 133.03º | 0.92% | 0.95% | - |
| XYZ | 32.79 | 63.48 | 15.99 | - |
| YUV | 155.2 | 78.78 | 31.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 241 | 68 | 0.92 | 0 | 0.72 | 0.05 | 133.03 | 0.89 | 0.51 |
| Hex | 14 | F1 | 44 | 5C | 0 | 48 | 5 | 85 | 59 | 33 |
| Octal | 24 | 361 | 104 | 134 | 0 | 110 | 5 | 205 | 131 | 63 |
| Binary | 10100 | 11110001 | 1000100 | 1011100 | 0 | 1001000 | 101 | 10000101 | 1011001 | 110011 |
Color Harmonies of #14F144
Complementary color
Monochromatic Colors of #14F144
Black with #14F144
Text Example
Text Example
White with #14F144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F144; }
p { color: rgb(20,241,68); }
H1.HeaderClassName
{
color: #14F144;
}
.AnyTagClassName
{
color: #14F144;
}
</style>
background-color css
<style>
a { background-color: #14F144; }
a { background-color: rgb(20,241,68); }
div.DivClassName
{
background-color: #14F144;
}
.BgClassName
{
background-color: #14F144;
}
</style>
border-color css
<style>
span { border-color: #14F144; }
span { border-color: rgb(20,241,68); }
td.TdClassName
{
border-color: #14F144;
}
.TagClassName
{
border-color: #14F144;
}
</style>