#14AE7A

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

Shades of Mountain Meadow #14AE7A

Tints of Mountain Meadow #14AE7A

Color information

#14AE7A (or 0x14AE7A) is unknown color: approx Mountain Meadow. HEX triplet: 14, AE and 7A. RGB value is (20,174,122). Sum of RGB (Red+Green+Blue) = 20+174+122=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 174 (68.36% from 255 or 55.06% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 174 - color contains mainly: green. Hex color #14AE7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AE7A is #EB5185. Grayscale: #7A7A7A. Windows color (decimal): -15421830 or 8039956. OLE color: 8039956.

HSL color Cylindrical-coordinate representation of color #14AE7A: hue angle of 159.74º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14AE7A is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB20174122-
CMYK0.8900.300.32
HSL159.74º79.38%38.04%-
HSV(B)159.74º88.51%68.24%-
XYZ18.9431.8323.56-
YUV122.03127.9855.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.33%
GREEN value IS 174 (68.36% from 255) = 55.06%
BLUE value IS 122 (48.05% from 255) = 38.61%
R=6.33%
G=55.06%
B=38.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal201741220.8900.300.32159.7479.3838.04
Hex14AE7A5901E20a04f26
Octal242561721310364024011746
Binary101001010111011110101011001011110100000101000001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,174,122); }

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

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

 a { background-color: rgb(20,174,122); }

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

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

 span { border-color: rgb(20,174,122); }

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