Html Css Color HEX #14BB7E Mountain Meadow

📋 copy color: '#14BB7E'

red 20 ◦ green 187 ◦ blue 126

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

Shades of Mountain Meadow #14BB7E

Tints of Mountain Meadow #14BB7E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 56.16%

 BLUE value IS 126 (49.61% from 255) = 37.84%

R = 6.01%
G = 56.16%
B = 37.84%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#14BB7E (or 0x14BB7E) is known color: Mountain Meadow. HEX triplet: 14, BB and 7E. RGB value is (20,187,126). Sum of RGB (Red+Green+Blue) = 20+187+126=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 187 (73.44% from 255 or 56.16% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BB7E is #EB4481. Grayscale: #828282. Windows color (decimal): -15418498 or 8305428. OLE color: 8305428.

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

Color convert

RGB 20 187 126 -
CMYK 0.89 0 0.33 0.27
HSL 158.08º 0.81% 0.41% -
HSV(B) 158.08º 0.89% 0.73% -
XYZ 21.82 37.2 25.77 -
YUV 130.11 125.67 49.46 -
System Red Green Blue C M Y K H S L
Decimal 20 187 126 0.89 0 0.33 0.27 158.08 0.81 0.41
Hex 14 BB 7E 59 0 21 1B 9E 51 29
Octal 24 273 176 131 0 41 33 236 121 51
Binary 10100 10111011 1111110 1011001 0 100001 11011 10011110 1010001 101001

Color Harmonies of #14BB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BB7E

Black with #14BB7E

Text Example


Text Example

White with #14BB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,187,126); }

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

background-color css

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

 a { background-color: rgb(20,187,126); }

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

border-color css

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

 span { border-color: rgb(20,187,126); }

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