Html Css Color HEX #14A78A Mountain Meadow

📋 copy color: '#14A78A'

red 20 ◦ green 167 ◦ blue 138

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

Shades of Mountain Meadow #14A78A

Tints of Mountain Meadow #14A78A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 51.38%

 BLUE value IS 138 (54.3% from 255) = 42.46%

R = 6.15%
G = 51.38%
B = 42.46%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#14A78A (or 0x14A78A) is known color: Mountain Meadow. HEX triplet: 14, A7 and 8A. RGB value is (20,167,138). Sum of RGB (Red+Green+Blue) = 20+167+138=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 167 (65.62% from 255 or 51.38% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 167 - color contains mainly: green. Hex color #14A78A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A78A is #EB5875. Grayscale: #777777. Windows color (decimal): -15423606 or 9086740. OLE color: 9086740.

HSL color Cylindrical-coordinate representation of color #14A78A: hue angle of 168.16º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A78A is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 167 138 -
CMYK 0.88 0 0.17 0.35
HSL 168.16º 0.79% 0.37% -
HSV(B) 168.16º 0.88% 0.65% -
XYZ 18.69 29.62 28.78 -
YUV 119.74 138.3 56.86 -
System Red Green Blue C M Y K H S L
Decimal 20 167 138 0.88 0 0.17 0.35 168.16 0.79 0.37
Hex 14 A7 8A 58 0 11 23 A8 4F 25
Octal 24 247 212 130 0 21 43 250 117 45
Binary 10100 10100111 10001010 1011000 0 10001 100011 10101000 1001111 100101

Color Harmonies of #14A78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A78A

Black with #14A78A

Text Example


Text Example

White with #14A78A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,167,138); }

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

background-color css

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

 a { background-color: rgb(20,167,138); }

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

border-color css

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

 span { border-color: rgb(20,167,138); }

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