#14bf79

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

Shades of Mountain Meadow #14BF79

Tints of Mountain Meadow #14BF79

Color information

#14BF79 (or 0x14BF79) is unknown color: approx Mountain Meadow. HEX triplet: 14, BF and 79. RGB value is (20,191,121). Sum of RGB (Red+Green+Blue) = 20+191+121=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 191 (75% from 255 or 57.53% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 191 - color contains mainly: green. Hex color #14BF79 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BF79 is #EB4086. Grayscale: #848484. Windows color (decimal): -15417479 or 7978772. OLE color: 7978772.

HSL color Cylindrical-coordinate representation of color #14BF79: hue angle of 155.44º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BF79 is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB20191121-
CMYK0.9000.370.25
HSL155.44º81.04%41.37%-
HSV(B)155.44º89.53%74.9%-
XYZ22.3738.7924.4-
YUV131.89121.8548.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.02%
GREEN value IS 191 (75% from 255) = 57.53%
BLUE value IS 121 (47.66% from 255) = 36.45%
R=6.02%
G=57.53%
B=36.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal201911210.9000.370.25155.4481.0441.37
Hex14BF795A025199b5129
Octal242771711320453123312151
Binary101001011111111110011011010010010111001100110111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14bf79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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