Html Css Color HEX #14AC8E Mountain Meadow

📋 copy color: '#14AC8E'

red 20 ◦ green 172 ◦ blue 142

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

Shades of Mountain Meadow #14AC8E

Tints of Mountain Meadow #14AC8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.51%

R = 5.99%
G = 51.5%
B = 42.51%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#14AC8E (or 0x14AC8E) is known color: Mountain Meadow. HEX triplet: 14, AC and 8E. RGB value is (20,172,142). Sum of RGB (Red+Green+Blue) = 20+172+142=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AC8E is #EB5371. Grayscale: #7B7B7B. Windows color (decimal): -15422322 or 9350164. OLE color: 9350164.

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

Color convert

RGB 20 172 142 -
CMYK 0.88 0 0.17 0.33
HSL 168.16º 0.79% 0.38% -
HSV(B) 168.16º 0.88% 0.67% -
XYZ 19.92 31.61 30.64 -
YUV 123.13 138.64 54.44 -
System Red Green Blue C M Y K H S L
Decimal 20 172 142 0.88 0 0.17 0.33 168.16 0.79 0.38
Hex 14 AC 8E 58 0 11 21 A8 4F 26
Octal 24 254 216 130 0 21 41 250 117 46
Binary 10100 10101100 10001110 1011000 0 10001 100001 10101000 1001111 100110

Color Harmonies of #14AC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AC8E

Black with #14AC8E

Text Example


Text Example

White with #14AC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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