Html Css Color HEX #14B773 Mountain Meadow

📋 copy color: '#14B773'

red 20 ◦ green 183 ◦ blue 115

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

Shades of Mountain Meadow #14B773

Tints of Mountain Meadow #14B773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.16%

R = 6.29%
G = 57.55%
B = 36.16%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#14B773 (or 0x14B773) is known color: Mountain Meadow. HEX triplet: 14, B7 and 73. RGB value is (20,183,115). Sum of RGB (Red+Green+Blue) = 20+183+115=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 183 (71.88% from 255 or 57.55% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 183 - color contains mainly: green. Hex color #14B773 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B773 is #EB488C. Grayscale: #7E7E7E. Windows color (decimal): -15419533 or 7583508. OLE color: 7583508.

HSL color Cylindrical-coordinate representation of color #14B773: hue angle of 154.97º 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 #14B773 is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 20 183 115 -
CMYK 0.89 0 0.37 0.28
HSL 154.97º 0.8% 0.4% -
HSV(B) 154.97º 0.89% 0.72% -
XYZ 20.32 35.25 21.95 -
YUV 126.51 121.5 52.03 -
System Red Green Blue C M Y K H S L
Decimal 20 183 115 0.89 0 0.37 0.28 154.97 0.8 0.4
Hex 14 B7 73 59 0 25 1C 9B 50 28
Octal 24 267 163 131 0 45 34 233 120 50
Binary 10100 10110111 1110011 1011001 0 100101 11100 10011011 1010000 101000

Color Harmonies of #14B773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B773

Black with #14B773

Text Example


Text Example

White with #14B773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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