Html Css Color HEX #14AD7B Mountain Meadow

📋 copy color: '#14AD7B'

red 20 ◦ green 173 ◦ blue 123

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

Shades of Mountain Meadow #14AD7B

Tints of Mountain Meadow #14AD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.92%

R = 6.33%
G = 54.75%
B = 38.92%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#14AD7B (or 0x14AD7B) is known color: Mountain Meadow. HEX triplet: 14, AD and 7B. RGB value is (20,173,123). Sum of RGB (Red+Green+Blue) = 20+173+123=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 173 (67.97% from 255 or 54.75% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AD7B is #EB5284. Grayscale: #797979. Windows color (decimal): -15422085 or 8105236. OLE color: 8105236.

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

Color convert

RGB 20 173 123 -
CMYK 0.88 0 0.29 0.32
HSL 160.39º 0.79% 0.38% -
HSV(B) 160.39º 0.88% 0.68% -
XYZ 18.81 31.47 23.82 -
YUV 121.55 128.81 55.57 -
System Red Green Blue C M Y K H S L
Decimal 20 173 123 0.88 0 0.29 0.32 160.39 0.79 0.38
Hex 14 AD 7B 58 0 1D 20 A0 4F 26
Octal 24 255 173 130 0 35 40 240 117 46
Binary 10100 10101101 1111011 1011000 0 11101 100000 10100000 1001111 100110

Color Harmonies of #14AD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AD7B

Black with #14AD7B

Text Example


Text Example

White with #14AD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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