Html Css Color HEX #14B779 Mountain Meadow

📋 copy color: '#14B779'

red 20 ◦ green 183 ◦ blue 121

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

Shades of Mountain Meadow #14B779

Tints of Mountain Meadow #14B779

RGB

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

 GREEN value IS 183 (71.88% from 255) = 56.48%

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

R = 6.17%
G = 56.48%
B = 37.35%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#14B779 (or 0x14B779) is known color: Mountain Meadow. HEX triplet: 14, B7 and 79. RGB value is (20,183,121). Sum of RGB (Red+Green+Blue) = 20+183+121=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 183 (71.88% from 255 or 56.48% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 183 - color contains mainly: green. Hex color #14B779 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B779 is #EB4886. Grayscale: #7F7F7F. Windows color (decimal): -15419527 or 7976724. OLE color: 7976724.

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

Color convert

RGB 20 183 121 -
CMYK 0.89 0 0.34 0.28
HSL 157.18º 0.8% 0.4% -
HSV(B) 157.18º 0.89% 0.72% -
XYZ 20.67 35.4 23.83 -
YUV 127.2 124.5 51.54 -
System Red Green Blue C M Y K H S L
Decimal 20 183 121 0.89 0 0.34 0.28 157.18 0.8 0.4
Hex 14 B7 79 59 0 22 1C 9D 50 28
Octal 24 267 171 131 0 42 34 235 120 50
Binary 10100 10110111 1111001 1011001 0 100010 11100 10011101 1010000 101000

Color Harmonies of #14B779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B779

Black with #14B779

Text Example


Text Example

White with #14B779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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