#14E968

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

Shades of Malachite #14E968

Tints of Malachite #14E968

Color information

#14E968 (or 0x14E968) is unknown color: approx Malachite. HEX triplet: 14, E9 and 68. RGB value is (20,233,104). Sum of RGB (Red+Green+Blue) = 20+233+104=357 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.60% from 357); Green value is 233 (91.41% from 255 or 65.27% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 233 - color contains mainly: green. Hex color #14E968 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14E968 is #EB1697. Grayscale: #9A9A9A. Windows color (decimal): -15406744 or 6875412. OLE color: 6875412.

HSL color Cylindrical-coordinate representation of color #14E968: hue angle of 143.66º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E968 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB20233104-
CMYK0.9100.550.09
HSL143.66º84.19%49.61%-
HSV(B)143.66º91.42%91.37%-
XYZ31.9359.4322.88-
YUV154.6199.4331.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.60%
GREEN value IS 233 (91.41% from 255) = 65.27%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=5.60%
G=65.27%
B=29.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202331040.9100.550.09143.6684.1949.61
Hex14E9685B0379905432
Octal243511501330671122012462
Binary10100111010011101000101101101101111001100100001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,233,104); }

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

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

 a { background-color: rgb(20,233,104); }

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

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

 span { border-color: rgb(20,233,104); }

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