Html Css Color HEX #14AD2E Dark Pastel Green

📋 copy color: '#14AD2E'

red 20 ◦ green 173 ◦ blue 46

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

Shades of Dark Pastel Green #14AD2E

Tints of Dark Pastel Green #14AD2E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 72.38%

 BLUE value IS 46 (18.36% from 255) = 19.25%

R = 8.37%
G = 72.38%
B = 19.25%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#14AD2E (or 0x14AD2E) is known color: Dark Pastel Green. HEX triplet: 14, AD and 2E. RGB value is (20,173,46). Sum of RGB (Red+Green+Blue) = 20+173+46=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 173 (67.97% from 255 or 72.38% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AD2E is #EB52D1. Grayscale: #717171. Windows color (decimal): -15422162 or 3058964. OLE color: 3058964.

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

Color convert

RGB 20 173 46 -
CMYK 0.88 0 0.73 0.32
HSL 130.2º 0.79% 0.38% -
HSV(B) 130.2º 0.88% 0.68% -
XYZ 15.73 30.23 7.59 -
YUV 112.78 90.31 61.83 -
System Red Green Blue C M Y K H S L
Decimal 20 173 46 0.88 0 0.73 0.32 130.2 0.79 0.38
Hex 14 AD 2E 58 0 49 20 82 4F 26
Octal 24 255 56 130 0 111 40 202 117 46
Binary 10100 10101101 101110 1011000 0 1001001 100000 10000010 1001111 100110

Color Harmonies of #14AD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AD2E

Black with #14AD2E

Text Example


Text Example

White with #14AD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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