Html Css Color HEX #14AC8D Mountain Meadow

📋 copy color: '#14AC8D'

red 20 ◦ green 172 ◦ blue 141

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

Shades of Mountain Meadow #14AC8D

Tints of Mountain Meadow #14AC8D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.65%

 BLUE value IS 141 (55.47% from 255) = 42.34%

R = 6.01%
G = 51.65%
B = 42.34%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#14AC8D (or 0x14AC8D) is known color: Mountain Meadow. HEX triplet: 14, AC and 8D. RGB value is (20,172,141). Sum of RGB (Red+Green+Blue) = 20+172+141=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AC8D is #EB5372. Grayscale: #7A7A7A. Windows color (decimal): -15422323 or 9284628. OLE color: 9284628.

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

Color convert

RGB 20 172 141 -
CMYK 0.88 0 0.18 0.33
HSL 167.76º 0.79% 0.38% -
HSV(B) 167.76º 0.88% 0.67% -
XYZ 19.85 31.58 30.25 -
YUV 123.02 138.14 54.52 -
System Red Green Blue C M Y K H S L
Decimal 20 172 141 0.88 0 0.18 0.33 167.76 0.79 0.38
Hex 14 AC 8D 58 0 12 21 A8 4F 26
Octal 24 254 215 130 0 22 41 250 117 46
Binary 10100 10101100 10001101 1011000 0 10010 100001 10101000 1001111 100110

Color Harmonies of #14AC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AC8D

Black with #14AC8D

Text Example


Text Example

White with #14AC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,172,141); }

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

background-color css

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

 a { background-color: rgb(20,172,141); }

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

border-color css

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

 span { border-color: rgb(20,172,141); }

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