#14CE5E

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

Shades of Malachite #14CE5E

Tints of Malachite #14CE5E

Color information

#14CE5E (or 0x14CE5E) is unknown color: approx Malachite. HEX triplet: 14, CE and 5E. RGB value is (20,206,94). Sum of RGB (Red+Green+Blue) = 20+206+94=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 206 (80.86% from 255 or 64.38% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CE5E is #EB31A1. Grayscale: #898989. Windows color (decimal): -15413666 or 6213140. OLE color: 6213140.

HSL color Cylindrical-coordinate representation of color #14CE5E: hue angle of 143.87º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CE5E is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB2020694-
CMYK0.9000.540.19
HSL143.87º82.3%44.31%-
HSV(B)143.87º90.29%80.78%-
XYZ24.3845.118.01-
YUV137.62103.3844.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.25%
GREEN value IS 206 (80.86% from 255) = 64.38%
BLUE value IS 94 (37.11% from 255) = 29.38%
R=6.25%
G=64.38%
B=29.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20206940.9000.540.19143.8782.344.31
Hex14CE5E5A0361390522c
Octal243161361320662322012254
Binary101001100111010111101011010011011010011100100001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14CE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,206,94); }

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

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

 a { background-color: rgb(20,206,94); }

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

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

 span { border-color: rgb(20,206,94); }

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