Html Css Color HEX #14BE7D Mountain Meadow

📋 copy color: '#14BE7D'

red 20 ◦ green 190 ◦ blue 125

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

Shades of Mountain Meadow #14BE7D

Tints of Mountain Meadow #14BE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.31%

R = 5.97%
G = 56.72%
B = 37.31%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#14BE7D (or 0x14BE7D) is known color: Mountain Meadow. HEX triplet: 14, BE and 7D. RGB value is (20,190,125). Sum of RGB (Red+Green+Blue) = 20+190+125=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 190 (74.61% from 255 or 56.72% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 190 - color contains mainly: green. Hex color #14BE7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BE7D is #EB4182. Grayscale: #838383. Windows color (decimal): -15417731 or 8240660. OLE color: 8240660.

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

Color convert

RGB 20 190 125 -
CMYK 0.89 0 0.34 0.25
HSL 157.06º 0.81% 0.41% -
HSV(B) 157.06º 0.89% 0.75% -
XYZ 22.4 38.46 25.64 -
YUV 131.76 124.18 48.29 -
System Red Green Blue C M Y K H S L
Decimal 20 190 125 0.89 0 0.34 0.25 157.06 0.81 0.41
Hex 14 BE 7D 59 0 22 19 9D 51 29
Octal 24 276 175 131 0 42 31 235 121 51
Binary 10100 10111110 1111101 1011001 0 100010 11001 10011101 1010001 101001

Color Harmonies of #14BE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BE7D

Black with #14BE7D

Text Example


Text Example

White with #14BE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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