#14a337

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

Shades of Dark Pastel Green #14A337

Tints of Dark Pastel Green #14A337

Color information

#14A337 (or 0x14A337) is unknown color: approx Dark Pastel Green. HEX triplet: 14, A3 and 37. RGB value is (20,163,55). Sum of RGB (Red+Green+Blue) = 20+163+55=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 163 (64.06% from 255 or 68.49% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 163 - color contains mainly: green. Hex color #14A337 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A337 is #EB5CC8. Grayscale: #6C6C6C. Windows color (decimal): -15424713 or 3646228. OLE color: 3646228.

HSL color Cylindrical-coordinate representation of color #14A337: hue angle of 134.69º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A337 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB2016355-
CMYK0.8800.660.36
HSL134.69º78.14%35.88%-
HSV(B)134.69º87.73%63.92%-
XYZ14.0826.628.01-
YUV107.9398.1265.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.40%
GREEN value IS 163 (64.06% from 255) = 68.49%
BLUE value IS 55 (21.88% from 255) = 23.11%
R=8.40%
G=68.49%
B=23.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal20163550.8800.660.36134.6978.1435.88
Hex14A3375804224874e24
Octal242436713001024420711644
Binary1010010100011110111101100001000010100100100001111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14a337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,163,55); }

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

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

 a { background-color: rgb(20,163,55); }

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

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

 span { border-color: rgb(20,163,55); }

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