Html Css Color HEX #14A53D Dark Pastel Green

📋 copy color: '#14A53D'

red 20 ◦ green 165 ◦ blue 61

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

Shades of Dark Pastel Green #14A53D

Tints of Dark Pastel Green #14A53D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 67.07%

 BLUE value IS 61 (24.22% from 255) = 24.8%

R = 8.13%
G = 67.07%
B = 24.8%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#14A53D (or 0x14A53D) is known color: Dark Pastel Green. HEX triplet: 14, A5 and 3D. RGB value is (20,165,61). Sum of RGB (Red+Green+Blue) = 20+165+61=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 165 (64.84% from 255 or 67.07% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 165 - color contains mainly: green. Hex color #14A53D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A53D is #EB5AC2. Grayscale: #6E6E6E. Windows color (decimal): -15424195 or 4039956. OLE color: 4039956.

HSL color Cylindrical-coordinate representation of color #14A53D: hue angle of 136.97º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A53D is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 165 61 -
CMYK 0.88 0 0.63 0.35
HSL 136.97º 0.78% 0.36% -
HSV(B) 136.97º 0.88% 0.65% -
XYZ 14.59 27.4 8.93 -
YUV 109.79 100.46 63.96 -
System Red Green Blue C M Y K H S L
Decimal 20 165 61 0.88 0 0.63 0.35 136.97 0.78 0.36
Hex 14 A5 3D 58 0 3F 23 89 4E 24
Octal 24 245 75 130 0 77 43 211 116 44
Binary 10100 10100101 111101 1011000 0 111111 100011 10001001 1001110 100100

Color Harmonies of #14A53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A53D

Black with #14A53D

Text Example


Text Example

White with #14A53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,165,61); }

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

background-color css

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

 a { background-color: rgb(20,165,61); }

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

border-color css

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

 span { border-color: rgb(20,165,61); }

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