#14C13F

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

Shades of Dark Pastel Green #14C13F

Tints of Dark Pastel Green #14C13F

Color information

#14C13F (or 0x14C13F) is unknown color: approx Dark Pastel Green. HEX triplet: 14, C1 and 3F. RGB value is (20,193,63). Sum of RGB (Red+Green+Blue) = 20+193+63=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 193 (75.78% from 255 or 69.93% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 193 - color contains mainly: green. Hex color #14C13F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C13F is #EB3EC0. Grayscale: #7E7E7E. Windows color (decimal): -15417025 or 4178196. OLE color: 4178196.

HSL color Cylindrical-coordinate representation of color #14C13F: hue angle of 134.91º 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 #14C13F is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB2019363-
CMYK0.9000.670.24
HSL134.91º81.22%41.76%-
HSV(B)134.91º89.64%75.69%-
XYZ20.2638.6511.09-
YUV126.4592.1952.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.25%
GREEN value IS 193 (75.78% from 255) = 69.93%
BLUE value IS 63 (25% from 255) = 22.83%
R=7.25%
G=69.93%
B=22.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal20193630.9000.670.24134.9181.2241.76
Hex14C13F5A0431887512a
Octal243017713201033020712152
Binary101001100000111111110110100100001111000100001111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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