#14C13E

Color #14C13E Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #14C13E

Tints of Dark Pastel Green #14C13E

Color information

#14C13E (or 0x14C13E) is unknown color: approx Dark Pastel Green. HEX triplet: 14, C1 and 3E. RGB value is (20,193,62). Sum of RGB (Red+Green+Blue) = 20+193+62=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 193 (75.78% from 255 or 70.18% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 193 - color contains mainly: green. Hex color #14C13E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C13E is #EB3EC1. Grayscale: #7E7E7E. Windows color (decimal): -15417026 or 4112660. OLE color: 4112660.

HSL color Cylindrical-coordinate representation of color #14C13E: hue angle of 134.57º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C13E is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB2019362-
CMYK0.9000.680.24
HSL134.57º81.22%41.76%-
HSV(B)134.57º89.64%75.69%-
XYZ20.2338.6410.95-
YUV126.3491.6952.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.27%
GREEN value IS 193 (75.78% from 255) = 70.18%
BLUE value IS 62 (24.61% from 255) = 22.55%
R=7.27%
G=70.18%
B=22.55%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal20193620.9000.680.24134.5781.2241.76
Hex14C13E5A0441887512a
Octal243017613201043020712152
Binary101001100000111111010110100100010011000100001111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,193,62); }

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

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

 a { background-color: rgb(20,193,62); }

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

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

 span { border-color: rgb(20,193,62); }

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