#14AB3B

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

Shades of Dark Pastel Green #14AB3B

Tints of Dark Pastel Green #14AB3B

Color information

#14AB3B (or 0x14AB3B) is unknown color: approx Dark Pastel Green. HEX triplet: 14, AB and 3B. RGB value is (20,171,59). Sum of RGB (Red+Green+Blue) = 20+171+59=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 171 (67.19% from 255 or 68.4% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AB3B is #EB54C4. Grayscale: #717171. Windows color (decimal): -15422661 or 3910420. OLE color: 3910420.

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

Color convert

RGB2017159-
CMYK0.8800.650.33
HSL135.5º79.06%37.45%-
HSV(B)135.5º88.3%67.06%-
XYZ15.6429.599.02-
YUV113.0897.4761.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8%
GREEN value IS 171 (67.19% from 255) = 68.4%
BLUE value IS 59 (23.44% from 255) = 23.6%
R=8%
G=68.4%
B=23.6%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20171590.8800.650.33135.579.0637.45
Hex14AB3B5804121874f25
Octal242537313001014120711745
Binary1010010101011111011101100001000001100001100001111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AB3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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