Html Css Color HEX #14AF7A Mountain Meadow

📋 copy color: '#14AF7A'

red 20 ◦ green 175 ◦ blue 122

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

Shades of Mountain Meadow #14AF7A

Tints of Mountain Meadow #14AF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.49%

R = 6.31%
G = 55.21%
B = 38.49%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#14AF7A (or 0x14AF7A) is known color: Mountain Meadow. HEX triplet: 14, AF and 7A. RGB value is (20,175,122). Sum of RGB (Red+Green+Blue) = 20+175+122=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 175 (68.75% from 255 or 55.21% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 175 - color contains mainly: green. Hex color #14AF7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AF7A is #EB5085. Grayscale: #7A7A7A. Windows color (decimal): -15421574 or 8040212. OLE color: 8040212.

HSL color Cylindrical-coordinate representation of color #14AF7A: hue angle of 159.48º 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 #14AF7A is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 175 122 -
CMYK 0.89 0 0.30 0.31
HSL 159.48º 0.79% 0.38% -
HSV(B) 159.48º 0.89% 0.69% -
XYZ 19.13 32.21 23.62 -
YUV 122.61 127.65 54.81 -
System Red Green Blue C M Y K H S L
Decimal 20 175 122 0.89 0 0.30 0.31 159.48 0.79 0.38
Hex 14 AF 7A 59 0 1E 1F 9F 4F 26
Octal 24 257 172 131 0 36 37 237 117 46
Binary 10100 10101111 1111010 1011001 0 11110 11111 10011111 1001111 100110

Color Harmonies of #14AF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AF7A

Black with #14AF7A

Text Example


Text Example

White with #14AF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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