#14A57B

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

Shades of Mountain Meadow #14A57B

Tints of Mountain Meadow #14A57B

Color information

#14A57B (or 0x14A57B) is unknown color: approx Mountain Meadow. HEX triplet: 14, A5 and 7B. RGB value is (20,165,123). Sum of RGB (Red+Green+Blue) = 20+165+123=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 165 (64.84% from 255 or 53.57% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 165 - color contains mainly: green. Hex color #14A57B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A57B is #EB5A84. Grayscale: #747474. Windows color (decimal): -15424133 or 8103188. OLE color: 8103188.

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

Color convert

RGB20165123-
CMYK0.8800.250.35
HSL162.62º78.38%36.27%-
HSV(B)162.62º87.88%64.71%-
XYZ17.3228.4923.33-
YUV116.86131.4658.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.49%
GREEN value IS 165 (64.84% from 255) = 53.57%
BLUE value IS 123 (48.44% from 255) = 39.94%
R=6.49%
G=53.57%
B=39.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal201651230.8800.250.35162.6278.3836.27
Hex14A57B5801923a34e24
Octal242451731300314324311644
Binary101001010010111110111011000011001100011101000111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,165,123); }

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

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

 a { background-color: rgb(20,165,123); }

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

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

 span { border-color: rgb(20,165,123); }

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