Html Css Color HEX #14AD7A Mountain Meadow

📋 copy color: '#14AD7A'

red 20 ◦ green 173 ◦ blue 122

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

Shades of Mountain Meadow #14AD7A

Tints of Mountain Meadow #14AD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.73%

R = 6.35%
G = 54.92%
B = 38.73%

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

#14AD7A (or 0x14AD7A) is known color: Mountain Meadow. HEX triplet: 14, AD and 7A. RGB value is (20,173,122). Sum of RGB (Red+Green+Blue) = 20+173+122=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 173 (67.97% from 255 or 54.92% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AD7A is #EB5285. Grayscale: #797979. Windows color (decimal): -15422086 or 8039700. OLE color: 8039700.

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

Color convert

RGB 20 173 122 -
CMYK 0.88 0 0.29 0.32
HSL 160º 0.79% 0.38% -
HSV(B) 160º 0.88% 0.68% -
XYZ 18.74 31.44 23.49 -
YUV 121.44 128.31 55.65 -
System Red Green Blue C M Y K H S L
Decimal 20 173 122 0.88 0 0.29 0.32 160 0.79 0.38
Hex 14 AD 7A 58 0 1D 20 A0 4F 26
Octal 24 255 172 130 0 35 40 240 117 46
Binary 10100 10101101 1111010 1011000 0 11101 100000 10100000 1001111 100110

Color Harmonies of #14AD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AD7A

Black with #14AD7A

Text Example


Text Example

White with #14AD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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