#14A785

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

Shades of Mountain Meadow #14A785

Tints of Mountain Meadow #14A785

Color information

#14A785 (or 0x14A785) is unknown color: approx Mountain Meadow. HEX triplet: 14, A7 and 85. RGB value is (20,167,133). Sum of RGB (Red+Green+Blue) = 20+167+133=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 167 (65.62% from 255 or 52.19% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 167 - color contains mainly: green. Hex color #14A785 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A785 is #EB587A. Grayscale: #777777. Windows color (decimal): -15423611 or 8759060. OLE color: 8759060.

HSL color Cylindrical-coordinate representation of color #14A785: hue angle of 166.12º 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 #14A785 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB20167133-
CMYK0.8800.200.35
HSL166.12º78.61%36.67%-
HSV(B)166.12º88.02%65.49%-
XYZ18.3429.4826.91-
YUV119.17135.857.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.25%
GREEN value IS 167 (65.62% from 255) = 52.19%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=6.25%
G=52.19%
B=41.56%

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
Decimal201671330.8800.200.35166.1278.6136.67
Hex14A7855801423a64f25
Octal242472051300244324611745
Binary1010010100111100001011011000010100100011101001101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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