#14AE94

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

Shades of Mountain Meadow #14AE94

Tints of Mountain Meadow #14AE94

Color information

#14AE94 (or 0x14AE94) is unknown color: approx Mountain Meadow. HEX triplet: 14, AE and 94. RGB value is (20,174,148). Sum of RGB (Red+Green+Blue) = 20+174+148=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 174 (68.36% from 255 or 50.88% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 174 - color contains mainly: green. Hex color #14AE94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AE94 is #EB516B. Grayscale: #7C7C7C. Windows color (decimal): -15421804 or 9743892. OLE color: 9743892.

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

Color convert

RGB20174148-
CMYK0.8900.150.32
HSL169.87º79.38%38.04%-
HSV(B)169.87º88.51%68.24%-
XYZ20.7732.5633.21-
YUV124.99140.9853.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.85%
GREEN value IS 174 (68.36% from 255) = 50.88%
BLUE value IS 148 (58.20% from 255) = 43.27%
R=5.85%
G=50.88%
B=43.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal201741480.8900.150.32169.8779.3838.04
Hex14AE94590F20aa4f26
Octal242562241310174025211746
Binary101001010111010010100101100101111100000101010101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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