Html Css Color HEX #14AE2D Dark Pastel Green

📋 copy color: '#14AE2D'

red 20 ◦ green 174 ◦ blue 45

#14AE2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #14AE2D

Tints of Dark Pastel Green #14AE2D

RGB

 RED value IS 20 (8.2% from 255) = 8.37%

 GREEN value IS 174 (68.36% from 255) = 72.8%

 BLUE value IS 45 (17.97% from 255) = 18.83%

R = 8.37%
G = 72.8%
B = 18.83%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#14AE2D (or 0x14AE2D) is known color: Dark Pastel Green. HEX triplet: 14, AE and 2D. RGB value is (20,174,45). Sum of RGB (Red+Green+Blue) = 20+174+45=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 174 (68.36% from 255 or 72.80% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 174 - color contains mainly: green. Hex color #14AE2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AE2D is #EB51D2. Grayscale: #717171. Windows color (decimal): -15421907 or 2993684. OLE color: 2993684.

HSL color Cylindrical-coordinate representation of color #14AE2D: hue angle of 129.74º 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 #14AE2D is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 174 45 -
CMYK 0.89 0 0.74 0.32
HSL 129.74º 0.79% 0.38% -
HSV(B) 129.74º 0.89% 0.68% -
XYZ 15.9 30.61 7.55 -
YUV 113.25 89.48 61.49 -
System Red Green Blue C M Y K H S L
Decimal 20 174 45 0.89 0 0.74 0.32 129.74 0.79 0.38
Hex 14 AE 2D 59 0 4A 20 82 4F 26
Octal 24 256 55 131 0 112 40 202 117 46
Binary 10100 10101110 101101 1011001 0 1001010 100000 10000010 1001111 100110

Color Harmonies of #14AE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AE2D

Black with #14AE2D

Text Example


Text Example

White with #14AE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14AE2D;
 }
 .AnyTagClassName
 {
   color: #14AE2D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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