#14E366

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

Shades of Malachite #14E366

Tints of Malachite #14E366

Color information

#14E366 (or 0x14E366) is unknown color: approx Malachite. HEX triplet: 14, E3 and 66. RGB value is (20,227,102). Sum of RGB (Red+Green+Blue) = 20+227+102=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 227 (89.06% from 255 or 65.04% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 227 - color contains mainly: green. Hex color #14E366 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14E366 is #EB1C99. Grayscale: #979797. Windows color (decimal): -15408282 or 6742804. OLE color: 6742804.

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

Color convert

RGB20227102-
CMYK0.9100.550.11
HSL143.77º83.81%48.43%-
HSV(B)143.77º91.19%89.02%-
XYZ30.1656.0521.8-
YUV150.86100.4234.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.73%
GREEN value IS 227 (89.06% from 255) = 65.04%
BLUE value IS 102 (40.23% from 255) = 29.23%
R=5.73%
G=65.04%
B=29.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal202271020.9100.550.11143.7783.8148.43
Hex14E3665B037B905430
Octal243431461330671322012460
Binary10100111000111100110101101101101111011100100001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,227,102); }

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

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

 a { background-color: rgb(20,227,102); }

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

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

 span { border-color: rgb(20,227,102); }

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