#14A78E

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

Shades of Mountain Meadow #14A78E

Tints of Mountain Meadow #14A78E

Color information

#14A78E (or 0x14A78E) is unknown color: approx Mountain Meadow. HEX triplet: 14, A7 and 8E. RGB value is (20,167,142). Sum of RGB (Red+Green+Blue) = 20+167+142=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 167 (65.62% from 255 or 50.76% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 167 - color contains mainly: green. Hex color #14A78E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A78E is #EB5871. Grayscale: #787878. Windows color (decimal): -15423602 or 9348884. OLE color: 9348884.

HSL color Cylindrical-coordinate representation of color #14A78E: hue angle of 169.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A78E is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB20167142-
CMYK0.8800.150.35
HSL169.8º78.61%36.67%-
HSV(B)169.8º88.02%65.49%-
XYZ18.9929.7430.33-
YUV120.2140.356.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.08%
GREEN value IS 167 (65.62% from 255) = 50.76%
BLUE value IS 142 (55.86% from 255) = 43.16%
R=6.08%
G=50.76%
B=43.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal201671420.8800.150.35169.878.6136.67
Hex14A78E580F23aa4f25
Octal242472161300174325211745
Binary101001010011110001110101100001111100011101010101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,167,142); }

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

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

 a { background-color: rgb(20,167,142); }

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

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

 span { border-color: rgb(20,167,142); }

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