#14A385

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

Shades of Mountain Meadow #14A385

Tints of Mountain Meadow #14A385

Color information

#14A385 (or 0x14A385) is unknown color: approx Mountain Meadow. HEX triplet: 14, A3 and 85. RGB value is (20,163,133). Sum of RGB (Red+Green+Blue) = 20+163+133=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 163 (64.06% from 255 or 51.58% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 163 - color contains mainly: green. Hex color #14A385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A385 is #EB5C7A. Grayscale: #747474. Windows color (decimal): -15424635 or 8758036. OLE color: 8758036.

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

Color convert

RGB20163133-
CMYK0.8800.180.36
HSL167.41º78.14%35.88%-
HSV(B)167.41º87.73%63.92%-
XYZ17.6228.0426.67-
YUV116.82137.1258.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.33%
GREEN value IS 163 (64.06% from 255) = 51.58%
BLUE value IS 133 (52.34% from 255) = 42.09%
R=6.33%
G=51.58%
B=42.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal201631330.8800.180.36167.4178.1435.88
Hex14A3855801224a74e24
Octal242432051300224424711644
Binary1010010100011100001011011000010010100100101001111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,163,133); }

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

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

 a { background-color: rgb(20,163,133); }

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

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

 span { border-color: rgb(20,163,133); }

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