Html Css Color HEX #14AD80 Mountain Meadow

📋 copy color: '#14AD80'

red 20 ◦ green 173 ◦ blue 128

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

Shades of Mountain Meadow #14AD80

Tints of Mountain Meadow #14AD80

RGB

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

 GREEN value IS 173 (67.97% from 255) = 53.89%

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

R = 6.23%
G = 53.89%
B = 39.88%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#14AD80 (or 0x14AD80) is known color: Mountain Meadow. HEX triplet: 14, AD and 80. RGB value is (20,173,128). Sum of RGB (Red+Green+Blue) = 20+173+128=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 173 (67.97% from 255 or 53.89% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AD80 is #EB527F. Grayscale: #7A7A7A. Windows color (decimal): -15422080 or 8432916. OLE color: 8432916.

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

Color convert

RGB 20 173 128 -
CMYK 0.88 0 0.26 0.32
HSL 162.35º 0.79% 0.38% -
HSV(B) 162.35º 0.88% 0.68% -
XYZ 19.13 31.59 25.51 -
YUV 122.12 131.31 55.16 -
System Red Green Blue C M Y K H S L
Decimal 20 173 128 0.88 0 0.26 0.32 162.35 0.79 0.38
Hex 14 AD 80 58 0 1A 20 A2 4F 26
Octal 24 255 200 130 0 32 40 242 117 46
Binary 10100 10101101 10000000 1011000 0 11010 100000 10100010 1001111 100110

Color Harmonies of #14AD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AD80

Black with #14AD80

Text Example


Text Example

White with #14AD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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