Html Css Color HEX #14BE7A Mountain Meadow

📋 copy color: '#14BE7A'

red 20 ◦ green 190 ◦ blue 122

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

Shades of Mountain Meadow #14BE7A

Tints of Mountain Meadow #14BE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.75%

R = 6.02%
G = 57.23%
B = 36.75%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#14BE7A (or 0x14BE7A) is known color: Mountain Meadow. HEX triplet: 14, BE and 7A. RGB value is (20,190,122). Sum of RGB (Red+Green+Blue) = 20+190+122=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 190 (74.61% from 255 or 57.23% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 190 - color contains mainly: green. Hex color #14BE7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BE7A is #EB4185. Grayscale: #838383. Windows color (decimal): -15417734 or 8044052. OLE color: 8044052.

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

Color convert

RGB 20 190 122 -
CMYK 0.89 0 0.36 0.25
HSL 156º 0.81% 0.41% -
HSV(B) 156º 0.89% 0.75% -
XYZ 22.21 38.38 24.65 -
YUV 131.42 122.68 48.53 -
System Red Green Blue C M Y K H S L
Decimal 20 190 122 0.89 0 0.36 0.25 156 0.81 0.41
Hex 14 BE 7A 59 0 24 19 9C 51 29
Octal 24 276 172 131 0 44 31 234 121 51
Binary 10100 10111110 1111010 1011001 0 100100 11001 10011100 1010001 101001

Color Harmonies of #14BE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BE7A

Black with #14BE7A

Text Example


Text Example

White with #14BE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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