Html Css Color HEX #14A53C Dark Pastel Green

📋 copy color: '#14A53C'

red 20 ◦ green 165 ◦ blue 60

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

Shades of Dark Pastel Green #14A53C

Tints of Dark Pastel Green #14A53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.49%

R = 8.16%
G = 67.35%
B = 24.49%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#14A53C (or 0x14A53C) is known color: Dark Pastel Green. HEX triplet: 14, A5 and 3C. RGB value is (20,165,60). Sum of RGB (Red+Green+Blue) = 20+165+60=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 165 (64.84% from 255 or 67.35% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 165 - color contains mainly: green. Hex color #14A53C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A53C is #EB5AC3. Grayscale: #6D6D6D. Windows color (decimal): -15424196 or 3974420. OLE color: 3974420.

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

Color convert

RGB 20 165 60 -
CMYK 0.88 0 0.64 0.35
HSL 136.55º 0.78% 0.36% -
HSV(B) 136.55º 0.88% 0.65% -
XYZ 14.56 27.39 8.79 -
YUV 109.68 99.96 64.04 -
System Red Green Blue C M Y K H S L
Decimal 20 165 60 0.88 0 0.64 0.35 136.55 0.78 0.36
Hex 14 A5 3C 58 0 40 23 89 4E 24
Octal 24 245 74 130 0 100 43 211 116 44
Binary 10100 10100101 111100 1011000 0 1000000 100011 10001001 1001110 100100

Color Harmonies of #14A53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A53C

Black with #14A53C

Text Example


Text Example

White with #14A53C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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