Html Css Color HEX #14AF7D Mountain Meadow

📋 copy color: '#14AF7D'

red 20 ◦ green 175 ◦ blue 125

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

Shades of Mountain Meadow #14AF7D

Tints of Mountain Meadow #14AF7D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 54.69%

 BLUE value IS 125 (49.22% from 255) = 39.06%

R = 6.25%
G = 54.69%
B = 39.06%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#14AF7D (or 0x14AF7D) is known color: Mountain Meadow. HEX triplet: 14, AF and 7D. RGB value is (20,175,125). Sum of RGB (Red+Green+Blue) = 20+175+125=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 175 (68.75% from 255 or 54.69% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 175 - color contains mainly: green. Hex color #14AF7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AF7D is #EB5082. Grayscale: #7B7B7B. Windows color (decimal): -15421571 or 8236820. OLE color: 8236820.

HSL color Cylindrical-coordinate representation of color #14AF7D: hue angle of 160.65º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14AF7D is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 175 125 -
CMYK 0.89 0 0.29 0.31
HSL 160.65º 0.79% 0.38% -
HSV(B) 160.65º 0.89% 0.69% -
XYZ 19.32 32.29 24.62 -
YUV 122.96 129.15 54.57 -
System Red Green Blue C M Y K H S L
Decimal 20 175 125 0.89 0 0.29 0.31 160.65 0.79 0.38
Hex 14 AF 7D 59 0 1D 1F A1 4F 26
Octal 24 257 175 131 0 35 37 241 117 46
Binary 10100 10101111 1111101 1011001 0 11101 11111 10100001 1001111 100110

Color Harmonies of #14AF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AF7D

Black with #14AF7D

Text Example


Text Example

White with #14AF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,175,125); }

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

background-color css

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

 a { background-color: rgb(20,175,125); }

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

border-color css

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

 span { border-color: rgb(20,175,125); }

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