#14A684

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

Shades of Mountain Meadow #14A684

Tints of Mountain Meadow #14A684

Color information

#14A684 (or 0x14A684) is unknown color: approx Mountain Meadow. HEX triplet: 14, A6 and 84. RGB value is (20,166,132). Sum of RGB (Red+Green+Blue) = 20+166+132=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 166 (65.23% from 255 or 52.20% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 166 - color contains mainly: green. Hex color #14A684 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A684 is #EB597B. Grayscale: #767676. Windows color (decimal): -15423868 or 8693268. OLE color: 8693268.

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

Color convert

RGB20166132-
CMYK0.8800.200.35
HSL166.03º78.49%36.47%-
HSV(B)166.03º87.95%65.1%-
XYZ18.0929.0926.49-
YUV118.47135.6357.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.29%
GREEN value IS 166 (65.23% from 255) = 52.20%
BLUE value IS 132 (51.95% from 255) = 41.51%
R=6.29%
G=52.20%
B=41.51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal201661320.8800.200.35166.0378.4936.47
Hex14A6845801423a64e24
Octal242462041300244324611644
Binary1010010100110100001001011000010100100011101001101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,166,132); }

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

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

 a { background-color: rgb(20,166,132); }

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

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

 span { border-color: rgb(20,166,132); }

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