Html Css Color HEX #14A680 Mountain Meadow

📋 copy color: '#14A680'

red 20 ◦ green 166 ◦ blue 128

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

Shades of Mountain Meadow #14A680

Tints of Mountain Meadow #14A680

RGB

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

 GREEN value IS 166 (65.23% from 255) = 52.87%

 BLUE value IS 128 (50.39% from 255) = 40.76%

R = 6.37%
G = 52.87%
B = 40.76%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#14A680 (or 0x14A680) is known color: Mountain Meadow. HEX triplet: 14, A6 and 80. RGB value is (20,166,128). Sum of RGB (Red+Green+Blue) = 20+166+128=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 166 (65.23% from 255 or 52.87% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 166 - color contains mainly: green. Hex color #14A680 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A680 is #EB597F. Grayscale: #767676. Windows color (decimal): -15423872 or 8431124. OLE color: 8431124.

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

Color convert

RGB 20 166 128 -
CMYK 0.88 0 0.23 0.35
HSL 164.38º 0.78% 0.36% -
HSV(B) 164.38º 0.88% 0.65% -
XYZ 17.82 28.98 25.08 -
YUV 118.01 133.63 58.09 -
System Red Green Blue C M Y K H S L
Decimal 20 166 128 0.88 0 0.23 0.35 164.38 0.78 0.36
Hex 14 A6 80 58 0 17 23 A4 4E 24
Octal 24 246 200 130 0 27 43 244 116 44
Binary 10100 10100110 10000000 1011000 0 10111 100011 10100100 1001110 100100

Color Harmonies of #14A680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A680

Black with #14A680

Text Example


Text Example

White with #14A680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,166,128); }

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

background-color css

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

 a { background-color: rgb(20,166,128); }

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

border-color css

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

 span { border-color: rgb(20,166,128); }

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