Html Css Color HEX #14A57F Mountain Meadow

📋 copy color: '#14A57F'

red 20 ◦ green 165 ◦ blue 127

#14A57F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #14A57F

Tints of Mountain Meadow #14A57F

RGB

 RED value IS 20 (8.2% from 255) = 6.41%

 GREEN value IS 165 (64.84% from 255) = 52.88%

 BLUE value IS 127 (50% from 255) = 40.71%

R = 6.41%
G = 52.88%
B = 40.71%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#14A57F (or 0x14A57F) is known color: Mountain Meadow. HEX triplet: 14, A5 and 7F. RGB value is (20,165,127). Sum of RGB (Red+Green+Blue) = 20+165+127=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 165 (64.84% from 255 or 52.88% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 165 - color contains mainly: green. Hex color #14A57F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A57F is #EB5A80. Grayscale: #757575. Windows color (decimal): -15424129 or 8365332. OLE color: 8365332.

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

Color convert

RGB 20 165 127 -
CMYK 0.88 0 0.23 0.35
HSL 164.28º 0.78% 0.36% -
HSV(B) 164.28º 0.88% 0.65% -
XYZ 17.57 28.59 24.67 -
YUV 117.31 133.46 58.59 -
System Red Green Blue C M Y K H S L
Decimal 20 165 127 0.88 0 0.23 0.35 164.28 0.78 0.36
Hex 14 A5 7F 58 0 17 23 A4 4E 24
Octal 24 245 177 130 0 27 43 244 116 44
Binary 10100 10100101 1111111 1011000 0 10111 100011 10100100 1001110 100100

Color Harmonies of #14A57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A57F

Black with #14A57F

Text Example


Text Example

White with #14A57F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14A57F;
 }
 .AnyTagClassName
 {
   color: #14A57F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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