#14B979

Color #14B979 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #14B979

Tints of Mountain Meadow #14B979

Color information

#14B979 (or 0x14B979) is unknown color: approx Mountain Meadow. HEX triplet: 14, B9 and 79. RGB value is (20,185,121). Sum of RGB (Red+Green+Blue) = 20+185+121=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 185 (72.66% from 255 or 56.75% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 185 - color contains mainly: green. Hex color #14B979 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B979 is #EB4686. Grayscale: #808080. Windows color (decimal): -15419015 or 7977236. OLE color: 7977236.

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

Color convert

RGB20185121-
CMYK0.8900.350.27
HSL156.73º80.49%40.2%-
HSV(B)156.73º89.19%72.55%-
XYZ21.0936.2323.97-
YUV128.37123.8450.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.13%
GREEN value IS 185 (72.66% from 255) = 56.75%
BLUE value IS 121 (47.66% from 255) = 37.12%
R=6.13%
G=56.75%
B=37.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal201851210.8900.350.27156.7380.4940.2
Hex14B979590231B9d5028
Octal242711711310433323512050
Binary101001011100111110011011001010001111011100111011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,185,121); }

 H1.HeaderClassName
 {
   color: #14B979;
 }
 .AnyTagClassName
 {
   color: #14B979;
 }
</style>
background-color css

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

 a { background-color: rgb(20,185,121); }

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

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

 span { border-color: rgb(20,185,121); }

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