Html Css Color HEX #14B983 Mountain Meadow

📋 copy color: '#14B983'

red 20 ◦ green 185 ◦ blue 131

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

Shades of Mountain Meadow #14B983

Tints of Mountain Meadow #14B983

RGB

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

 GREEN value IS 185 (72.66% from 255) = 55.06%

 BLUE value IS 131 (51.56% from 255) = 38.99%

R = 5.95%
G = 55.06%
B = 38.99%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#14B983 (or 0x14B983) is known color: Mountain Meadow. HEX triplet: 14, B9 and 83. RGB value is (20,185,131). Sum of RGB (Red+Green+Blue) = 20+185+131=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 185 (72.66% from 255 or 55.06% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 185 - color contains mainly: green. Hex color #14B983 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B983 is #EB467C. Grayscale: #818181. Windows color (decimal): -15419005 or 8632596. OLE color: 8632596.

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

Color convert

RGB 20 185 131 -
CMYK 0.89 0 0.29 0.27
HSL 160.36º 0.8% 0.4% -
HSV(B) 160.36º 0.89% 0.73% -
XYZ 21.73 36.49 27.37 -
YUV 129.51 128.84 49.89 -
System Red Green Blue C M Y K H S L
Decimal 20 185 131 0.89 0 0.29 0.27 160.36 0.8 0.4
Hex 14 B9 83 59 0 1D 1B A0 50 28
Octal 24 271 203 131 0 35 33 240 120 50
Binary 10100 10111001 10000011 1011001 0 11101 11011 10100000 1010000 101000

Color Harmonies of #14B983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B983

Black with #14B983

Text Example


Text Example

White with #14B983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,185,131); }

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

background-color css

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

 a { background-color: rgb(20,185,131); }

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

border-color css

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

 span { border-color: rgb(20,185,131); }

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