#14B679

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

Shades of Mountain Meadow #14B679

Tints of Mountain Meadow #14B679

Color information

#14B679 (or 0x14B679) is unknown color: approx Mountain Meadow. HEX triplet: 14, B6 and 79. RGB value is (20,182,121). Sum of RGB (Red+Green+Blue) = 20+182+121=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 182 (71.48% from 255 or 56.35% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 182 - color contains mainly: green. Hex color #14B679 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B679 is #EB4986. Grayscale: #7E7E7E. Windows color (decimal): -15419783 or 7976468. OLE color: 7976468.

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

Color convert

RGB20182121-
CMYK0.8900.340.29
HSL157.41º80.2%39.61%-
HSV(B)157.41º89.01%71.37%-
XYZ20.4734.9923.76-
YUV126.61124.8351.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.19%
GREEN value IS 182 (71.48% from 255) = 56.35%
BLUE value IS 121 (47.66% from 255) = 37.46%
R=6.19%
G=56.35%
B=37.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal201821210.8900.340.29157.4180.239.61
Hex14B679590221D9d5028
Octal242661711310423523512050
Binary101001011011011110011011001010001011101100111011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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