#14E556

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

Shades of Malachite #14E556

Tints of Malachite #14E556

Color information

#14E556 (or 0x14E556) is unknown color: approx Malachite. HEX triplet: 14, E5 and 56. RGB value is (20,229,86). Sum of RGB (Red+Green+Blue) = 20+229+86=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 229 (89.84% from 255 or 68.36% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 229 - color contains mainly: green. Hex color #14E556 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E556 is #EB1AA9. Grayscale: #969696. Windows color (decimal): -15407786 or 5694740. OLE color: 5694740.

HSL color Cylindrical-coordinate representation of color #14E556: hue angle of 138.95º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E556 is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB2022986-
CMYK0.9100.620.10
HSL138.95º83.94%48.82%-
HSV(B)138.95º91.27%89.8%-
XYZ29.9956.8618.2-
YUV150.2191.7635.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.97%
GREEN value IS 229 (89.84% from 255) = 68.36%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=5.97%
G=68.36%
B=25.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal20229860.9100.620.10138.9583.9448.82
Hex14E5565B03EA8b5431
Octal243451261330761221312461
Binary10100111001011010110101101101111101010100010111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,229,86); }

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

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

 a { background-color: rgb(20,229,86); }

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

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

 span { border-color: rgb(20,229,86); }

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