Html Css Color HEX #14A37B Mountain Meadow

📋 copy color: '#14A37B'

red 20 ◦ green 163 ◦ blue 123

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

Shades of Mountain Meadow #14A37B

Tints of Mountain Meadow #14A37B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 53.27%

 BLUE value IS 123 (48.44% from 255) = 40.2%

R = 6.54%
G = 53.27%
B = 40.2%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#14A37B (or 0x14A37B) is known color: Mountain Meadow. HEX triplet: 14, A3 and 7B. RGB value is (20,163,123). Sum of RGB (Red+Green+Blue) = 20+163+123=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 163 (64.06% from 255 or 53.27% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 163 - color contains mainly: green. Hex color #14A37B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A37B is #EB5C84. Grayscale: #737373. Windows color (decimal): -15424645 or 8102676. OLE color: 8102676.

HSL color Cylindrical-coordinate representation of color #14A37B: hue angle of 163.22º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A37B is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 20 163 123 -
CMYK 0.88 0 0.25 0.36
HSL 163.22º 0.78% 0.36% -
HSV(B) 163.22º 0.88% 0.64% -
XYZ 16.96 27.77 23.21 -
YUV 115.68 132.12 59.75 -
System Red Green Blue C M Y K H S L
Decimal 20 163 123 0.88 0 0.25 0.36 163.22 0.78 0.36
Hex 14 A3 7B 58 0 19 24 A3 4E 24
Octal 24 243 173 130 0 31 44 243 116 44
Binary 10100 10100011 1111011 1011000 0 11001 100100 10100011 1001110 100100

Color Harmonies of #14A37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A37B

Black with #14A37B

Text Example


Text Example

White with #14A37B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,163,123); }

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

background-color css

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

 a { background-color: rgb(20,163,123); }

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

border-color css

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

 span { border-color: rgb(20,163,123); }

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