#14F857

Color #14F857 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #14F857

Tints of Malachite #14F857

Color information

#14F857 (or 0x14F857) is unknown color: approx Malachite. HEX triplet: 14, F8 and 57. RGB value is (20,248,87). Sum of RGB (Red+Green+Blue) = 20+248+87=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 248 (97.27% from 255 or 69.86% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 248 - color contains mainly: green. Hex color #14F857 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F857 is #EB07A8. Grayscale: #A1A1A1. Windows color (decimal): -15402921 or 5765140. OLE color: 5765140.

HSL color Cylindrical-coordinate representation of color #14F857: hue angle of 137.63º 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 #14F857 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB2024887-
CMYK0.9200.650.03
HSL137.63º94.21%52.55%-
HSV(B)137.63º91.94%97.25%-
XYZ35.5867.9720.26-
YUV161.4785.9627.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 5.63%
GREEN value IS 248 (97.27% from 255) = 69.86%
BLUE value IS 87 (34.38% from 255) = 24.51%
R=5.63%
G=69.86%
B=24.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal20248870.9200.650.03137.6394.2152.55
Hex14F8575C04138a5e35
Octal243701271340101321213665
Binary1010011111000101011110111000100000111100010101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14F857; }

 p { color: rgb(20,248,87); }

 H1.HeaderClassName
 {
   color: #14F857;
 }
 .AnyTagClassName
 {
   color: #14F857;
 }
</style>
background-color css

<style>
 a { background-color: #14F857; }

 a { background-color: rgb(20,248,87); }

 div.DivClassName
 {
   background-color: #14F857;
 }
 .BgClassName
 {
   background-color: #14F857;
 }
</style>
border-color css

<style>
 span { border-color: #14F857; }

 span { border-color: rgb(20,248,87); }

 td.TdClassName
 {
   border-color: #14F857;
 }
 .TagClassName
 {
   border-color: #14F857;
 }
</style>