Html Css Color HEX #14BE8D Mountain Meadow

📋 copy color: '#14BE8D'

red 20 ◦ green 190 ◦ blue 141

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

Shades of Mountain Meadow #14BE8D

Tints of Mountain Meadow #14BE8D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 54.13%

 BLUE value IS 141 (55.47% from 255) = 40.17%

R = 5.7%
G = 54.13%
B = 40.17%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#14BE8D (or 0x14BE8D) is known color: Mountain Meadow. HEX triplet: 14, BE and 8D. RGB value is (20,190,141). Sum of RGB (Red+Green+Blue) = 20+190+141=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 190 (74.61% from 255 or 54.13% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 190 - color contains mainly: green. Hex color #14BE8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BE8D is #EB4172. Grayscale: #858585. Windows color (decimal): -15417715 or 9289236. OLE color: 9289236.

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

Color convert

RGB 20 190 141 -
CMYK 0.89 0 0.26 0.25
HSL 162.71º 0.81% 0.41% -
HSV(B) 162.71º 0.89% 0.75% -
XYZ 23.51 38.9 31.47 -
YUV 133.58 132.18 46.98 -
System Red Green Blue C M Y K H S L
Decimal 20 190 141 0.89 0 0.26 0.25 162.71 0.81 0.41
Hex 14 BE 8D 59 0 1A 19 A3 51 29
Octal 24 276 215 131 0 32 31 243 121 51
Binary 10100 10111110 10001101 1011001 0 11010 11001 10100011 1010001 101001

Color Harmonies of #14BE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BE8D

Black with #14BE8D

Text Example


Text Example

White with #14BE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,190,141); }

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

background-color css

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

 a { background-color: rgb(20,190,141); }

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

border-color css

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

 span { border-color: rgb(20,190,141); }

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