Html Css Color HEX #14BC89 Mountain Meadow

📋 copy color: '#14BC89'

red 20 ◦ green 188 ◦ blue 137

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

Shades of Mountain Meadow #14BC89

Tints of Mountain Meadow #14BC89

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.49%

 BLUE value IS 137 (53.91% from 255) = 39.71%

R = 5.8%
G = 54.49%
B = 39.71%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#14BC89 (or 0x14BC89) is known color: Mountain Meadow. HEX triplet: 14, BC and 89. RGB value is (20,188,137). Sum of RGB (Red+Green+Blue) = 20+188+137=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BC89 is #EB4376. Grayscale: #838383. Windows color (decimal): -15418231 or 9026580. OLE color: 9026580.

HSL color Cylindrical-coordinate representation of color #14BC89: hue angle of 161.79º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BC89 is Cyan = 0.89, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 188 137 -
CMYK 0.89 0 0.27 0.26
HSL 161.79º 0.81% 0.41% -
HSV(B) 161.79º 0.89% 0.74% -
XYZ 22.79 37.92 29.79 -
YUV 131.95 130.84 48.15 -
System Red Green Blue C M Y K H S L
Decimal 20 188 137 0.89 0 0.27 0.26 161.79 0.81 0.41
Hex 14 BC 89 59 0 1B 1A A2 51 29
Octal 24 274 211 131 0 33 32 242 121 51
Binary 10100 10111100 10001001 1011001 0 11011 11010 10100010 1010001 101001

Color Harmonies of #14BC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BC89

Black with #14BC89

Text Example


Text Example

White with #14BC89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,188,137); }

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

background-color css

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

 a { background-color: rgb(20,188,137); }

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

border-color css

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

 span { border-color: rgb(20,188,137); }

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