Html Css Color HEX #14A57C Mountain Meadow

📋 copy color: '#14A57C'

red 20 ◦ green 165 ◦ blue 124

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

Shades of Mountain Meadow #14A57C

Tints of Mountain Meadow #14A57C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.13%

R = 6.47%
G = 53.4%
B = 40.13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#14A57C (or 0x14A57C) is known color: Mountain Meadow. HEX triplet: 14, A5 and 7C. RGB value is (20,165,124). Sum of RGB (Red+Green+Blue) = 20+165+124=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 165 (64.84% from 255 or 53.40% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 165 - color contains mainly: green. Hex color #14A57C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A57C is #EB5A83. Grayscale: #747474. Windows color (decimal): -15424132 or 8168724. OLE color: 8168724.

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

Color convert

RGB 20 165 124 -
CMYK 0.88 0 0.25 0.35
HSL 163.03º 0.78% 0.36% -
HSV(B) 163.03º 0.88% 0.65% -
XYZ 17.38 28.51 23.66 -
YUV 116.97 131.96 58.83 -
System Red Green Blue C M Y K H S L
Decimal 20 165 124 0.88 0 0.25 0.35 163.03 0.78 0.36
Hex 14 A5 7C 58 0 19 23 A3 4E 24
Octal 24 245 174 130 0 31 43 243 116 44
Binary 10100 10100101 1111100 1011000 0 11001 100011 10100011 1001110 100100

Color Harmonies of #14A57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A57C

Black with #14A57C

Text Example


Text Example

White with #14A57C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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