Html Css Color HEX #14B07C Mountain Meadow

📋 copy color: '#14B07C'

red 20 ◦ green 176 ◦ blue 124

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

Shades of Mountain Meadow #14B07C

Tints of Mountain Meadow #14B07C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 55%

 BLUE value IS 124 (48.83% from 255) = 38.75%

R = 6.25%
G = 55%
B = 38.75%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#14B07C (or 0x14B07C) is known color: Mountain Meadow. HEX triplet: 14, B0 and 7C. RGB value is (20,176,124). Sum of RGB (Red+Green+Blue) = 20+176+124=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 176 (69.14% from 255 or 55% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 176 - color contains mainly: green. Hex color #14B07C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14B07C is #EB4F83. Grayscale: #7B7B7B. Windows color (decimal): -15421316 or 8171540. OLE color: 8171540.

HSL color Cylindrical-coordinate representation of color #14B07C: hue angle of 160º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B07C is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 176 124 -
CMYK 0.89 0 0.30 0.31
HSL 160º 0.8% 0.38% -
HSV(B) 160º 0.89% 0.69% -
XYZ 19.45 32.65 24.35 -
YUV 123.43 128.32 54.23 -
System Red Green Blue C M Y K H S L
Decimal 20 176 124 0.89 0 0.30 0.31 160 0.8 0.38
Hex 14 B0 7C 59 0 1E 1F A0 50 26
Octal 24 260 174 131 0 36 37 240 120 46
Binary 10100 10110000 1111100 1011001 0 11110 11111 10100000 1010000 100110

Color Harmonies of #14B07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B07C

Black with #14B07C

Text Example


Text Example

White with #14B07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,176,124); }

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

background-color css

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

 a { background-color: rgb(20,176,124); }

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

border-color css

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

 span { border-color: rgb(20,176,124); }

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