Html Css Color HEX #14B477 Mountain Meadow

📋 copy color: '#14B477'

red 20 ◦ green 180 ◦ blue 119

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

Shades of Mountain Meadow #14B477

Tints of Mountain Meadow #14B477

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.43%

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

R = 6.27%
G = 56.43%
B = 37.3%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#14B477 (or 0x14B477) is known color: Mountain Meadow. HEX triplet: 14, B4 and 77. RGB value is (20,180,119). Sum of RGB (Red+Green+Blue) = 20+180+119=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 180 (70.70% from 255 or 56.43% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 180 - color contains mainly: green. Hex color #14B477 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B477 is #EB4B88. Grayscale: #7D7D7D. Windows color (decimal): -15420297 or 7844884. OLE color: 7844884.

HSL color Cylindrical-coordinate representation of color #14B477: hue angle of 157.12º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B477 is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 180 119 -
CMYK 0.89 0 0.34 0.29
HSL 157.13º 0.8% 0.39% -
HSV(B) 157.13º 0.89% 0.71% -
XYZ 19.94 34.12 22.99 -
YUV 125.21 124.49 52.96 -
System Red Green Blue C M Y K H S L
Decimal 20 180 119 0.89 0 0.34 0.29 157.13 0.8 0.39
Hex 14 B4 77 59 0 22 1D 9D 50 27
Octal 24 264 167 131 0 42 35 235 120 47
Binary 10100 10110100 1110111 1011001 0 100010 11101 10011101 1010000 100111

Color Harmonies of #14B477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B477

Black with #14B477

Text Example


Text Example

White with #14B477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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