#14AE2E

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

Shades of Dark Pastel Green #14AE2E

Tints of Dark Pastel Green #14AE2E

Color information

#14AE2E (or 0x14AE2E) is unknown color: approx Dark Pastel Green. HEX triplet: 14, AE and 2E. RGB value is (20,174,46). Sum of RGB (Red+Green+Blue) = 20+174+46=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 174 (68.36% from 255 or 72.5% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 174 - color contains mainly: green. Hex color #14AE2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AE2E is #EB51D1. Grayscale: #717171. Windows color (decimal): -15421906 or 3059220. OLE color: 3059220.

HSL color Cylindrical-coordinate representation of color #14AE2E: hue angle of 130.13º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14AE2E is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB2017446-
CMYK0.8900.740.32
HSL130.13º79.38%38.04%-
HSV(B)130.13º88.51%68.24%-
XYZ15.9230.627.66-
YUV113.3689.9861.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.33%
GREEN value IS 174 (68.36% from 255) = 72.5%
BLUE value IS 46 (18.36% from 255) = 19.17%
R=8.33%
G=72.5%
B=19.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal20174460.8900.740.32130.1379.3838.04
Hex14AE2E5904A20824f26
Octal242565613101124020211746
Binary1010010101110101110101100101001010100000100000101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,174,46); }

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

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

 a { background-color: rgb(20,174,46); }

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

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

 span { border-color: rgb(20,174,46); }

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