#14B678

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

Shades of Mountain Meadow #14B678

Tints of Mountain Meadow #14B678

Color information

#14B678 (or 0x14B678) is unknown color: approx Mountain Meadow. HEX triplet: 14, B6 and 78. RGB value is (20,182,120). Sum of RGB (Red+Green+Blue) = 20+182+120=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 182 (71.48% from 255 or 56.52% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 182 - color contains mainly: green. Hex color #14B678 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B678 is #EB4987. Grayscale: #7E7E7E. Windows color (decimal): -15419784 or 7910932. OLE color: 7910932.

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

Color convert

RGB20182120-
CMYK0.8900.340.29
HSL157.04º80.2%39.61%-
HSV(B)157.04º89.01%71.37%-
XYZ20.4134.9623.44-
YUV126.49124.3352.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.21%
GREEN value IS 182 (71.48% from 255) = 56.52%
BLUE value IS 120 (47.27% from 255) = 37.27%
R=6.21%
G=56.52%
B=37.27%

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
Decimal201821200.8900.340.29157.0480.239.61
Hex14B678590221D9d5028
Octal242661701310423523512050
Binary101001011011011110001011001010001011101100111011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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