#14AD85

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

Shades of Mountain Meadow #14AD85

Tints of Mountain Meadow #14AD85

Color information

#14AD85 (or 0x14AD85) is unknown color: approx Mountain Meadow. HEX triplet: 14, AD and 85. RGB value is (20,173,133). Sum of RGB (Red+Green+Blue) = 20+173+133=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AD85 is #EB527A. Grayscale: #7A7A7A. Windows color (decimal): -15422075 or 8760596. OLE color: 8760596.

HSL color Cylindrical-coordinate representation of color #14AD85: hue angle of 164.31º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AD85 is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB20173133-
CMYK0.8800.230.32
HSL164.31º79.27%37.84%-
HSV(B)164.31º88.44%67.84%-
XYZ19.4731.7327.29-
YUV122.69133.8154.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.13%
GREEN value IS 173 (67.97% from 255) = 53.07%
BLUE value IS 133 (52.34% from 255) = 40.80%
R=6.13%
G=53.07%
B=40.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal201731330.8800.230.32164.3179.2737.84
Hex14AD855801720a44f26
Octal242552051300274024411746
Binary1010010101101100001011011000010111100000101001001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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