#14BA43

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

Shades of Dark Pastel Green #14BA43

Tints of Dark Pastel Green #14BA43

Color information

#14BA43 (or 0x14BA43) is unknown color: approx Dark Pastel Green. HEX triplet: 14, BA and 43. RGB value is (20,186,67). Sum of RGB (Red+Green+Blue) = 20+186+67=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 186 (73.05% from 255 or 68.13% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BA43 is #EB45BC. Grayscale: #7B7B7B. Windows color (decimal): -15418813 or 4438548. OLE color: 4438548.

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

Color convert

RGB2018667-
CMYK0.8900.640.27
HSL136.99º80.58%40.39%-
HSV(B)136.99º89.25%72.94%-
XYZ18.8635.6711.2-
YUV122.896.554.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.33%
GREEN value IS 186 (73.05% from 255) = 68.13%
BLUE value IS 67 (26.56% from 255) = 24.54%
R=7.33%
G=68.13%
B=24.54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal20186670.8900.640.27136.9980.5840.39
Hex14BA43590401B895128
Octal2427210313101003321112150
Binary1010010111010100001110110010100000011011100010011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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