Html Css Color HEX #14AC8C Mountain Meadow

📋 copy color: '#14AC8C'

red 20 ◦ green 172 ◦ blue 140

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

Shades of Mountain Meadow #14AC8C

Tints of Mountain Meadow #14AC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.17%

R = 6.02%
G = 51.81%
B = 42.17%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#14AC8C (or 0x14AC8C) is known color: Mountain Meadow. HEX triplet: 14, AC and 8C. RGB value is (20,172,140). Sum of RGB (Red+Green+Blue) = 20+172+140=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AC8C is #EB5373. Grayscale: #7A7A7A. Windows color (decimal): -15422324 or 9219092. OLE color: 9219092.

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

Color convert

RGB 20 172 140 -
CMYK 0.88 0 0.19 0.33
HSL 167.37º 0.79% 0.38% -
HSV(B) 167.37º 0.88% 0.67% -
XYZ 19.77 31.55 29.86 -
YUV 122.9 137.64 54.6 -
System Red Green Blue C M Y K H S L
Decimal 20 172 140 0.88 0 0.19 0.33 167.37 0.79 0.38
Hex 14 AC 8C 58 0 13 21 A7 4F 26
Octal 24 254 214 130 0 23 41 247 117 46
Binary 10100 10101100 10001100 1011000 0 10011 100001 10100111 1001111 100110

Color Harmonies of #14AC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AC8C

Black with #14AC8C

Text Example


Text Example

White with #14AC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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