#14B743

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

Shades of Dark Pastel Green #14B743

Tints of Dark Pastel Green #14B743

Color information

#14B743 (or 0x14B743) is unknown color: approx Dark Pastel Green. HEX triplet: 14, B7 and 43. RGB value is (20,183,67). Sum of RGB (Red+Green+Blue) = 20+183+67=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 183 (71.88% from 255 or 67.78% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 183 - color contains mainly: green. Hex color #14B743 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B743 is #EB48BC. Grayscale: #797979. Windows color (decimal): -15419581 or 4437780. OLE color: 4437780.

HSL color Cylindrical-coordinate representation of color #14B743: hue angle of 137.3º 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 #14B743 is Cyan = 0.89, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB2018367-
CMYK0.8900.630.28
HSL137.3º80.3%39.8%-
HSV(B)137.3º89.07%71.76%-
XYZ18.2434.4210.99-
YUV121.0497.555.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.41%
GREEN value IS 183 (71.88% from 255) = 67.78%
BLUE value IS 67 (26.56% from 255) = 24.81%
R=7.41%
G=67.78%
B=24.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal20183670.8900.630.28137.380.339.8
Hex14B7435903F1C895028
Octal242671031310773421112050
Binary101001011011110000111011001011111111100100010011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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