#14B73E

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

Shades of Dark Pastel Green #14B73E

Tints of Dark Pastel Green #14B73E

Color information

#14B73E (or 0x14B73E) is unknown color: approx Dark Pastel Green. HEX triplet: 14, B7 and 3E. RGB value is (20,183,62). Sum of RGB (Red+Green+Blue) = 20+183+62=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 183 (71.88% from 255 or 69.06% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 183 - color contains mainly: green. Hex color #14B73E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B73E is #EB48C1. Grayscale: #787878. Windows color (decimal): -15419586 or 4110100. OLE color: 4110100.

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

Color convert

RGB2018362-
CMYK0.8900.660.28
HSL135.46º80.3%39.8%-
HSV(B)135.46º89.07%71.76%-
XYZ18.0934.3610.24-
YUV120.479556.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.55%
GREEN value IS 183 (71.88% from 255) = 69.06%
BLUE value IS 62 (24.61% from 255) = 23.40%
R=7.55%
G=69.06%
B=23.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal20183620.8900.660.28135.4680.339.8
Hex14B73E590421C875028
Octal242677613101023420712050
Binary101001011011111111010110010100001011100100001111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B73E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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