#14B940

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

Shades of Dark Pastel Green #14B940

Tints of Dark Pastel Green #14B940

Color information

#14B940 (or 0x14B940) is unknown color: approx Dark Pastel Green. HEX triplet: 14, B9 and 40. RGB value is (20,185,64). Sum of RGB (Red+Green+Blue) = 20+185+64=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 185 (72.66% from 255 or 68.77% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 185 - color contains mainly: green. Hex color #14B940 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B940 is #EB46BF. Grayscale: #7A7A7A. Windows color (decimal): -15419072 or 4241684. OLE color: 4241684.

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

Color convert

RGB2018564-
CMYK0.8900.650.27
HSL136º80.49%40.2%-
HSV(B)136º89.19%72.55%-
XYZ18.5635.2210.67-
YUV121.8795.3455.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.43%
GREEN value IS 185 (72.66% from 255) = 68.77%
BLUE value IS 64 (25.39% from 255) = 23.79%
R=7.43%
G=68.77%
B=23.79%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal20185640.8900.650.2713680.4940.2
Hex14B940590411B885028
Octal2427110013101013321012050
Binary1010010111001100000010110010100000111011100010001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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