#14A77F

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

Shades of Mountain Meadow #14A77F

Tints of Mountain Meadow #14A77F

Color information

#14A77F (or 0x14A77F) is unknown color: approx Mountain Meadow. HEX triplet: 14, A7 and 7F. RGB value is (20,167,127). Sum of RGB (Red+Green+Blue) = 20+167+127=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 167 (65.62% from 255 or 53.18% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 167 - color contains mainly: green. Hex color #14A77F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A77F is #EB5880. Grayscale: #767676. Windows color (decimal): -15423617 or 8365844. OLE color: 8365844.

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

Color convert

RGB20167127-
CMYK0.8800.240.35
HSL163.67º78.61%36.67%-
HSV(B)163.67º88.02%65.49%-
XYZ17.9429.3224.79-
YUV118.49132.857.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.37%
GREEN value IS 167 (65.62% from 255) = 53.18%
BLUE value IS 127 (50% from 255) = 40.45%
R=6.37%
G=53.18%
B=40.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal201671270.8800.240.35163.6778.6136.67
Hex14A77F5801823a44f25
Octal242471771300304324411745
Binary101001010011111111111011000011000100011101001001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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