Html Css Color HEX #14A777 Mountain Meadow

📋 copy color: '#14A777'

red 20 ◦ green 167 ◦ blue 119

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

Shades of Mountain Meadow #14A777

Tints of Mountain Meadow #14A777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.89%

R = 6.54%
G = 54.58%
B = 38.89%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#14A777 (or 0x14A777) is known color: Mountain Meadow. HEX triplet: 14, A7 and 77. RGB value is (20,167,119). Sum of RGB (Red+Green+Blue) = 20+167+119=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 167 (65.62% from 255 or 54.58% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 167 - color contains mainly: green. Hex color #14A777 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A777 is #EB5888. Grayscale: #757575. Windows color (decimal): -15423625 or 7841556. OLE color: 7841556.

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

Color convert

RGB 20 167 119 -
CMYK 0.88 0 0.29 0.35
HSL 160.41º 0.79% 0.37% -
HSV(B) 160.41º 0.88% 0.65% -
XYZ 17.44 29.12 22.15 -
YUV 117.58 128.8 58.4 -
System Red Green Blue C M Y K H S L
Decimal 20 167 119 0.88 0 0.29 0.35 160.41 0.79 0.37
Hex 14 A7 77 58 0 1D 23 A0 4F 25
Octal 24 247 167 130 0 35 43 240 117 45
Binary 10100 10100111 1110111 1011000 0 11101 100011 10100000 1001111 100101

Color Harmonies of #14A777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A777

Black with #14A777

Text Example


Text Example

White with #14A777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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