#14BE6D

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

Shades of Mountain Meadow #14BE6D

Tints of Mountain Meadow #14BE6D

Color information

#14BE6D (or 0x14BE6D) is unknown color: approx Mountain Meadow. HEX triplet: 14, BE and 6D. RGB value is (20,190,109). Sum of RGB (Red+Green+Blue) = 20+190+109=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 190 (74.61% from 255 or 59.56% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 190 - color contains mainly: green. Hex color #14BE6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BE6D is #EB4192. Grayscale: #828282. Windows color (decimal): -15417747 or 7192084. OLE color: 7192084.

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

Color convert

RGB20190109-
CMYK0.8900.430.25
HSL151.41º80.95%41.18%-
HSV(B)151.41º89.47%74.51%-
XYZ21.4638.0820.69-
YUV129.94116.1849.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.27%
GREEN value IS 190 (74.61% from 255) = 59.56%
BLUE value IS 109 (42.97% from 255) = 34.17%
R=6.27%
G=59.56%
B=34.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal201901090.8900.430.25151.4180.9541.18
Hex14BE6D5902B19975129
Octal242761551310533122712151
Binary101001011111011011011011001010101111001100101111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,190,109); }

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

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

 a { background-color: rgb(20,190,109); }

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

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

 span { border-color: rgb(20,190,109); }

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