Html Css Color HEX #14AB7D Mountain Meadow

📋 copy color: '#14AB7D'

red 20 ◦ green 171 ◦ blue 125

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

Shades of Mountain Meadow #14AB7D

Tints of Mountain Meadow #14AB7D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 54.11%

 BLUE value IS 125 (49.22% from 255) = 39.56%

R = 6.33%
G = 54.11%
B = 39.56%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#14AB7D (or 0x14AB7D) is known color: Mountain Meadow. HEX triplet: 14, AB and 7D. RGB value is (20,171,125). Sum of RGB (Red+Green+Blue) = 20+171+125=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AB7D is #EB5482. Grayscale: #787878. Windows color (decimal): -15422595 or 8235796. OLE color: 8235796.

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

Color convert

RGB 20 171 125 -
CMYK 0.88 0 0.27 0.33
HSL 161.72º 0.79% 0.37% -
HSV(B) 161.72º 0.88% 0.67% -
XYZ 18.55 30.76 24.36 -
YUV 120.61 130.47 56.24 -
System Red Green Blue C M Y K H S L
Decimal 20 171 125 0.88 0 0.27 0.33 161.72 0.79 0.37
Hex 14 AB 7D 58 0 1B 21 A2 4F 25
Octal 24 253 175 130 0 33 41 242 117 45
Binary 10100 10101011 1111101 1011000 0 11011 100001 10100010 1001111 100101

Color Harmonies of #14AB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AB7D

Black with #14AB7D

Text Example


Text Example

White with #14AB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,171,125); }

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

background-color css

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

 a { background-color: rgb(20,171,125); }

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

border-color css

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

 span { border-color: rgb(20,171,125); }

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