#14BE6E

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

Shades of Mountain Meadow #14BE6E

Tints of Mountain Meadow #14BE6E

Color information

#14BE6E (or 0x14BE6E) is unknown color: approx Mountain Meadow. HEX triplet: 14, BE and 6E. RGB value is (20,190,110). Sum of RGB (Red+Green+Blue) = 20+190+110=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 190 (74.61% from 255 or 59.38% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 190 - color contains mainly: green. Hex color #14BE6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BE6E is #EB4191. Grayscale: #828282. Windows color (decimal): -15417746 or 7257620. OLE color: 7257620.

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

Color convert

RGB20190110-
CMYK0.8900.420.25
HSL151.76º80.95%41.18%-
HSV(B)151.76º89.47%74.51%-
XYZ21.5238.120.97-
YUV130.05116.6849.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.25%
GREEN value IS 190 (74.61% from 255) = 59.38%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=6.25%
G=59.38%
B=34.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal201901100.8900.420.25151.7680.9541.18
Hex14BE6E5902A19985129
Octal242761561310523123012151
Binary101001011111011011101011001010101011001100110001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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