Html Css Color HEX #14B679 Mountain Meadow

📋 copy color: '#14B679'

red 20 ◦ green 182 ◦ blue 121

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

Shades of Mountain Meadow #14B679

Tints of Mountain Meadow #14B679

RGB

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

 GREEN value IS 182 (71.48% from 255) = 56.35%

 BLUE value IS 121 (47.66% from 255) = 37.46%

R = 6.19%
G = 56.35%
B = 37.46%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#14B679 (or 0x14B679) is known color: Mountain Meadow. HEX triplet: 14, B6 and 79. RGB value is (20,182,121). Sum of RGB (Red+Green+Blue) = 20+182+121=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 182 (71.48% from 255 or 56.35% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 182 - color contains mainly: green. Hex color #14B679 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B679 is #EB4986. Grayscale: #7E7E7E. Windows color (decimal): -15419783 or 7976468. OLE color: 7976468.

HSL color Cylindrical-coordinate representation of color #14B679: hue angle of 157.41º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B679 is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 182 121 -
CMYK 0.89 0 0.34 0.29
HSL 157.41º 0.8% 0.4% -
HSV(B) 157.41º 0.89% 0.71% -
XYZ 20.47 34.99 23.76 -
YUV 126.61 124.83 51.96 -
System Red Green Blue C M Y K H S L
Decimal 20 182 121 0.89 0 0.34 0.29 157.41 0.8 0.4
Hex 14 B6 79 59 0 22 1D 9D 50 28
Octal 24 266 171 131 0 42 35 235 120 50
Binary 10100 10110110 1111001 1011001 0 100010 11101 10011101 1010000 101000

Color Harmonies of #14B679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B679

Black with #14B679

Text Example


Text Example

White with #14B679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,182,121); }

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

background-color css

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

 a { background-color: rgb(20,182,121); }

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

border-color css

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

 span { border-color: rgb(20,182,121); }

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