Html Css Color HEX #14AB86 Mountain Meadow

📋 copy color: '#14AB86'

red 20 ◦ green 171 ◦ blue 134

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

Shades of Mountain Meadow #14AB86

Tints of Mountain Meadow #14AB86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 41.23%

R = 6.15%
G = 52.62%
B = 41.23%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#14AB86 (or 0x14AB86) is known color: Mountain Meadow. HEX triplet: 14, AB and 86. RGB value is (20,171,134). Sum of RGB (Red+Green+Blue) = 20+171+134=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 171 (67.19% from 255 or 52.62% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AB86 is #EB5479. Grayscale: #797979. Windows color (decimal): -15422586 or 8825620. OLE color: 8825620.

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

Color convert

RGB 20 171 134 -
CMYK 0.88 0 0.22 0.33
HSL 165.3º 0.79% 0.37% -
HSV(B) 165.3º 0.88% 0.67% -
XYZ 19.15 31 27.53 -
YUV 121.63 134.97 55.51 -
System Red Green Blue C M Y K H S L
Decimal 20 171 134 0.88 0 0.22 0.33 165.3 0.79 0.37
Hex 14 AB 86 58 0 16 21 A5 4F 25
Octal 24 253 206 130 0 26 41 245 117 45
Binary 10100 10101011 10000110 1011000 0 10110 100001 10100101 1001111 100101

Color Harmonies of #14AB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AB86

Black with #14AB86

Text Example


Text Example

White with #14AB86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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