#14B740

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

Shades of Dark Pastel Green #14B740

Tints of Dark Pastel Green #14B740

Color information

#14B740 (or 0x14B740) is unknown color: approx Dark Pastel Green. HEX triplet: 14, B7 and 40. RGB value is (20,183,64). Sum of RGB (Red+Green+Blue) = 20+183+64=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 183 (71.88% from 255 or 68.54% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 183 - color contains mainly: green. Hex color #14B740 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B740 is #EB48BF. Grayscale: #797979. Windows color (decimal): -15419584 or 4241172. OLE color: 4241172.

HSL color Cylindrical-coordinate representation of color #14B740: hue angle of 136.2º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B740 is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB2018364-
CMYK0.8900.650.28
HSL136.2º80.3%39.8%-
HSV(B)136.2º89.07%71.76%-
XYZ18.1534.3910.53-
YUV120.79656.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.49%
GREEN value IS 183 (71.88% from 255) = 68.54%
BLUE value IS 64 (25.39% from 255) = 23.97%
R=7.49%
G=68.54%
B=23.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal20183640.8900.650.28136.280.339.8
Hex14B740590411C885028
Octal2426710013101013421012050
Binary1010010110111100000010110010100000111100100010001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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