#14C140

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

Shades of Dark Pastel Green #14C140

Tints of Dark Pastel Green #14C140

Color information

#14C140 (or 0x14C140) is unknown color: approx Dark Pastel Green. HEX triplet: 14, C1 and 40. RGB value is (20,193,64). Sum of RGB (Red+Green+Blue) = 20+193+64=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 193 (75.78% from 255 or 69.68% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 193 - color contains mainly: green. Hex color #14C140 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C140 is #EB3EBF. Grayscale: #7E7E7E. Windows color (decimal): -15417024 or 4243732. OLE color: 4243732.

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

Color convert

RGB2019364-
CMYK0.9000.670.24
HSL135.26º81.22%41.76%-
HSV(B)135.26º89.64%75.69%-
XYZ20.2838.6611.24-
YUV126.5792.6951.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.22%
GREEN value IS 193 (75.78% from 255) = 69.68%
BLUE value IS 64 (25.39% from 255) = 23.10%
R=7.22%
G=69.68%
B=23.10%

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
Decimal20193640.9000.670.24135.2681.2241.76
Hex14C1405A0431887512a
Octal2430110013201033020712152
Binary1010011000001100000010110100100001111000100001111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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