#14A635

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

Shades of Dark Pastel Green #14A635

Tints of Dark Pastel Green #14A635

Color information

#14A635 (or 0x14A635) is unknown color: approx Dark Pastel Green. HEX triplet: 14, A6 and 35. RGB value is (20,166,53). Sum of RGB (Red+Green+Blue) = 20+166+53=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 166 (65.23% from 255 or 69.46% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 166 - color contains mainly: green. Hex color #14A635 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A635 is #EB59CA. Grayscale: #6D6D6D. Windows color (decimal): -15423947 or 3515924. OLE color: 3515924.

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

Color convert

RGB2016653-
CMYK0.8800.680.35
HSL133.56º78.49%36.47%-
HSV(B)133.56º87.95%65.1%-
XYZ14.5727.687.94-
YUV109.4696.1364.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.37%
GREEN value IS 166 (65.23% from 255) = 69.46%
BLUE value IS 53 (21.09% from 255) = 22.18%
R=8.37%
G=69.46%
B=22.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal20166530.8800.680.35133.5678.4936.47
Hex14A6355804423864e24
Octal242466513001044320611644
Binary1010010100110110101101100001000100100011100001101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,166,53); }

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

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

 a { background-color: rgb(20,166,53); }

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

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

 span { border-color: rgb(20,166,53); }

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