#14AE7B

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

Shades of Mountain Meadow #14AE7B

Tints of Mountain Meadow #14AE7B

Color information

#14AE7B (or 0x14AE7B) is unknown color: approx Mountain Meadow. HEX triplet: 14, AE and 7B. RGB value is (20,174,123). Sum of RGB (Red+Green+Blue) = 20+174+123=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 174 (68.36% from 255 or 54.89% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 174 - color contains mainly: green. Hex color #14AE7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AE7B is #EB5184. Grayscale: #7A7A7A. Windows color (decimal): -15421829 or 8105492. OLE color: 8105492.

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

Color convert

RGB20174123-
CMYK0.8900.290.32
HSL160.13º79.38%38.04%-
HSV(B)160.13º88.51%68.24%-
XYZ1931.8523.89-
YUV122.14128.4855.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.31%
GREEN value IS 174 (68.36% from 255) = 54.89%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=6.31%
G=54.89%
B=38.80%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal201741230.8900.290.32160.1379.3838.04
Hex14AE7B5901D20a04f26
Octal242561731310354024011746
Binary101001010111011110111011001011101100000101000001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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