Html Css Color HEX #14BE8A Mountain Meadow

📋 copy color: '#14BE8A'

red 20 ◦ green 190 ◦ blue 138

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

Shades of Mountain Meadow #14BE8A

Tints of Mountain Meadow #14BE8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.66%

R = 5.75%
G = 54.6%
B = 39.66%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#14BE8A (or 0x14BE8A) is known color: Mountain Meadow. HEX triplet: 14, BE and 8A. RGB value is (20,190,138). Sum of RGB (Red+Green+Blue) = 20+190+138=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 190 (74.61% from 255 or 54.60% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 190 - color contains mainly: green. Hex color #14BE8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BE8A is #EB4175. Grayscale: #858585. Windows color (decimal): -15417718 or 9092628. OLE color: 9092628.

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

Color convert

RGB 20 190 138 -
CMYK 0.89 0 0.27 0.25
HSL 161.65º 0.81% 0.41% -
HSV(B) 161.65º 0.89% 0.75% -
XYZ 23.29 38.81 30.31 -
YUV 133.24 130.68 47.23 -
System Red Green Blue C M Y K H S L
Decimal 20 190 138 0.89 0 0.27 0.25 161.65 0.81 0.41
Hex 14 BE 8A 59 0 1B 19 A2 51 29
Octal 24 276 212 131 0 33 31 242 121 51
Binary 10100 10111110 10001010 1011001 0 11011 11001 10100010 1010001 101001

Color Harmonies of #14BE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BE8A

Black with #14BE8A

Text Example


Text Example

White with #14BE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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