Html Css Color HEX #14AB7A Mountain Meadow

📋 copy color: '#14AB7A'

red 20 ◦ green 171 ◦ blue 122

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

Shades of Mountain Meadow #14AB7A

Tints of Mountain Meadow #14AB7A

RGB

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

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

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

R = 6.39%
G = 54.63%
B = 38.98%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#14AB7A (or 0x14AB7A) is known color: Mountain Meadow. HEX triplet: 14, AB and 7A. RGB value is (20,171,122). Sum of RGB (Red+Green+Blue) = 20+171+122=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AB7A is #EB5485. Grayscale: #787878. Windows color (decimal): -15422598 or 8039188. OLE color: 8039188.

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

Color convert

RGB 20 171 122 -
CMYK 0.88 0 0.29 0.33
HSL 160.53º 0.79% 0.37% -
HSV(B) 160.53º 0.88% 0.67% -
XYZ 18.36 30.68 23.37 -
YUV 120.27 128.97 56.48 -
System Red Green Blue C M Y K H S L
Decimal 20 171 122 0.88 0 0.29 0.33 160.53 0.79 0.37
Hex 14 AB 7A 58 0 1D 21 A1 4F 25
Octal 24 253 172 130 0 35 41 241 117 45
Binary 10100 10101011 1111010 1011000 0 11101 100001 10100001 1001111 100101

Color Harmonies of #14AB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AB7A

Black with #14AB7A

Text Example


Text Example

White with #14AB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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