#14AB3A

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

Shades of Dark Pastel Green #14AB3A

Tints of Dark Pastel Green #14AB3A

Color information

#14AB3A (or 0x14AB3A) is unknown color: approx Dark Pastel Green. HEX triplet: 14, AB and 3A. RGB value is (20,171,58). Sum of RGB (Red+Green+Blue) = 20+171+58=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 171 (67.19% from 255 or 68.67% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AB3A is #EB54C5. Grayscale: #717171. Windows color (decimal): -15422662 or 3844884. OLE color: 3844884.

HSL color Cylindrical-coordinate representation of color #14AB3A: hue angle of 135.1º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AB3A is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB2017158-
CMYK0.8800.660.33
HSL135.1º79.06%37.45%-
HSV(B)135.1º88.3%67.06%-
XYZ15.6229.588.89-
YUV112.9796.9761.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.03%
GREEN value IS 171 (67.19% from 255) = 68.67%
BLUE value IS 58 (23.05% from 255) = 23.29%
R=8.03%
G=68.67%
B=23.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20171580.8800.660.33135.179.0637.45
Hex14AB3A5804221874f25
Octal242537213001024120711745
Binary1010010101011111010101100001000010100001100001111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,171,58); }

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

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

 a { background-color: rgb(20,171,58); }

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

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

 span { border-color: rgb(20,171,58); }

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