#14AB35

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

Shades of Dark Pastel Green #14AB35

Tints of Dark Pastel Green #14AB35

Color information

#14AB35 (or 0x14AB35) is unknown color: approx Dark Pastel Green. HEX triplet: 14, AB and 35. RGB value is (20,171,53). Sum of RGB (Red+Green+Blue) = 20+171+53=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 171 (67.19% from 255 or 70.08% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AB35 is #EB54CA. Grayscale: #707070. Windows color (decimal): -15422667 or 3517204. OLE color: 3517204.

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

Color convert

RGB2017153-
CMYK0.8800.690.33
HSL133.11º79.06%37.45%-
HSV(B)133.11º88.3%67.06%-
XYZ15.4929.538.25-
YUV112.494.4762.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.20%
GREEN value IS 171 (67.19% from 255) = 70.08%
BLUE value IS 53 (21.09% from 255) = 21.72%
R=8.20%
G=70.08%
B=21.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20171530.8800.690.33133.1179.0637.45
Hex14AB355804521854f25
Octal242536513001054120511745
Binary1010010101011110101101100001000101100001100001011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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