Html Css Color HEX #14BE7B Mountain Meadow

📋 copy color: '#14BE7B'

red 20 ◦ green 190 ◦ blue 123

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

Shades of Mountain Meadow #14BE7B

Tints of Mountain Meadow #14BE7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.94%

R = 6.01%
G = 57.06%
B = 36.94%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#14BE7B (or 0x14BE7B) is known color: Mountain Meadow. HEX triplet: 14, BE and 7B. RGB value is (20,190,123). Sum of RGB (Red+Green+Blue) = 20+190+123=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 190 (74.61% from 255 or 57.06% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 190 - color contains mainly: green. Hex color #14BE7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BE7B is #EB4184. Grayscale: #838383. Windows color (decimal): -15417733 or 8109588. OLE color: 8109588.

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

Color convert

RGB 20 190 123 -
CMYK 0.89 0 0.35 0.25
HSL 156.35º 0.81% 0.41% -
HSV(B) 156.35º 0.89% 0.75% -
XYZ 22.28 38.41 24.98 -
YUV 131.53 123.18 48.45 -
System Red Green Blue C M Y K H S L
Decimal 20 190 123 0.89 0 0.35 0.25 156.35 0.81 0.41
Hex 14 BE 7B 59 0 23 19 9C 51 29
Octal 24 276 173 131 0 43 31 234 121 51
Binary 10100 10111110 1111011 1011001 0 100011 11001 10011100 1010001 101001

Color Harmonies of #14BE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BE7B

Black with #14BE7B

Text Example


Text Example

White with #14BE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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