#14A636

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

Shades of Dark Pastel Green #14A636

Tints of Dark Pastel Green #14A636

Color information

#14A636 (or 0x14A636) is unknown color: approx Dark Pastel Green. HEX triplet: 14, A6 and 36. RGB value is (20,166,54). Sum of RGB (Red+Green+Blue) = 20+166+54=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 166 (65.23% from 255 or 69.17% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 166 - color contains mainly: green. Hex color #14A636 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A636 is #EB59C9. Grayscale: #6D6D6D. Windows color (decimal): -15423946 or 3581460. OLE color: 3581460.

HSL color Cylindrical-coordinate representation of color #14A636: hue angle of 133.97º 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 #14A636 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB2016654-
CMYK0.8800.670.35
HSL133.97º78.49%36.47%-
HSV(B)133.97º87.95%65.1%-
XYZ14.5927.698.07-
YUV109.5896.6364.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.33%
GREEN value IS 166 (65.23% from 255) = 69.17%
BLUE value IS 54 (21.48% from 255) = 22.5%
R=8.33%
G=69.17%
B=22.5%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal20166540.8800.670.35133.9778.4936.47
Hex14A6365804323864e24
Octal242466613001034320611644
Binary1010010100110110110101100001000011100011100001101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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