#14BA3C

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

Shades of Dark Pastel Green #14BA3C

Tints of Dark Pastel Green #14BA3C

Color information

#14BA3C (or 0x14BA3C) is unknown color: approx Dark Pastel Green. HEX triplet: 14, BA and 3C. RGB value is (20,186,60). Sum of RGB (Red+Green+Blue) = 20+186+60=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 186 (73.05% from 255 or 69.92% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BA3C is #EB45C3. Grayscale: #7A7A7A. Windows color (decimal): -15418820 or 3979796. OLE color: 3979796.

HSL color Cylindrical-coordinate representation of color #14BA3C: hue angle of 134.46º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BA3C is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB2018660-
CMYK0.8900.680.27
HSL134.46º80.58%40.39%-
HSV(B)134.46º89.25%72.94%-
XYZ18.6635.5910.16-
YUV1229355.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.52%
GREEN value IS 186 (73.05% from 255) = 69.92%
BLUE value IS 60 (23.83% from 255) = 22.56%
R=7.52%
G=69.92%
B=22.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal20186600.8900.680.27134.4680.5840.39
Hex14BA3C590441B865128
Octal242727413101043320612150
Binary101001011101011110010110010100010011011100001101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,186,60); }

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

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

 a { background-color: rgb(20,186,60); }

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

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

 span { border-color: rgb(20,186,60); }

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