Html Css Color HEX #14A77C Mountain Meadow

📋 copy color: '#14A77C'

red 20 ◦ green 167 ◦ blue 124

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

Shades of Mountain Meadow #14A77C

Tints of Mountain Meadow #14A77C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 53.7%

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

R = 6.43%
G = 53.7%
B = 39.87%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#14A77C (or 0x14A77C) is known color: Mountain Meadow. HEX triplet: 14, A7 and 7C. RGB value is (20,167,124). Sum of RGB (Red+Green+Blue) = 20+167+124=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 167 (65.62% from 255 or 53.70% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 167 - color contains mainly: green. Hex color #14A77C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A77C is #EB5883. Grayscale: #767676. Windows color (decimal): -15423620 or 8169236. OLE color: 8169236.

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

Color convert

RGB 20 167 124 -
CMYK 0.88 0 0.26 0.35
HSL 162.45º 0.79% 0.37% -
HSV(B) 162.45º 0.88% 0.65% -
XYZ 17.75 29.24 23.78 -
YUV 118.15 131.3 58 -
System Red Green Blue C M Y K H S L
Decimal 20 167 124 0.88 0 0.26 0.35 162.45 0.79 0.37
Hex 14 A7 7C 58 0 1A 23 A2 4F 25
Octal 24 247 174 130 0 32 43 242 117 45
Binary 10100 10100111 1111100 1011000 0 11010 100011 10100010 1001111 100101

Color Harmonies of #14A77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A77C

Black with #14A77C

Text Example


Text Example

White with #14A77C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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