Html Css Color HEX #14AC7A Mountain Meadow

📋 copy color: '#14AC7A'

red 20 ◦ green 172 ◦ blue 122

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

Shades of Mountain Meadow #14AC7A

Tints of Mountain Meadow #14AC7A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 54.78%

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

R = 6.37%
G = 54.78%
B = 38.85%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#14AC7A (or 0x14AC7A) is known color: Mountain Meadow. HEX triplet: 14, AC and 7A. RGB value is (20,172,122). Sum of RGB (Red+Green+Blue) = 20+172+122=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AC7A is #EB5385. Grayscale: #787878. Windows color (decimal): -15422342 or 8039444. OLE color: 8039444.

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

Color convert

RGB 20 172 122 -
CMYK 0.88 0 0.29 0.33
HSL 160.26º 0.79% 0.38% -
HSV(B) 160.26º 0.88% 0.67% -
XYZ 18.55 31.06 23.43 -
YUV 120.85 128.64 56.07 -
System Red Green Blue C M Y K H S L
Decimal 20 172 122 0.88 0 0.29 0.33 160.26 0.79 0.38
Hex 14 AC 7A 58 0 1D 21 A0 4F 26
Octal 24 254 172 130 0 35 41 240 117 46
Binary 10100 10101100 1111010 1011000 0 11101 100001 10100000 1001111 100110

Color Harmonies of #14AC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AC7A

Black with #14AC7A

Text Example


Text Example

White with #14AC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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