Html Css Color HEX #14B876 Mountain Meadow

📋 copy color: '#14B876'

red 20 ◦ green 184 ◦ blue 118

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

Shades of Mountain Meadow #14B876

Tints of Mountain Meadow #14B876

RGB

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

 GREEN value IS 184 (72.27% from 255) = 57.14%

 BLUE value IS 118 (46.48% from 255) = 36.65%

R = 6.21%
G = 57.14%
B = 36.65%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#14B876 (or 0x14B876) is known color: Mountain Meadow. HEX triplet: 14, B8 and 76. RGB value is (20,184,118). Sum of RGB (Red+Green+Blue) = 20+184+118=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 184 (72.27% from 255 or 57.14% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 184 - color contains mainly: green. Hex color #14B876 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B876 is #EB4789. Grayscale: #7F7F7F. Windows color (decimal): -15419274 or 7780372. OLE color: 7780372.

HSL color Cylindrical-coordinate representation of color #14B876: hue angle of 155.85º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B876 is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 20 184 118 -
CMYK 0.89 0 0.36 0.28
HSL 155.85º 0.8% 0.4% -
HSV(B) 155.85º 0.89% 0.72% -
XYZ 20.7 35.74 22.95 -
YUV 127.44 122.67 51.37 -
System Red Green Blue C M Y K H S L
Decimal 20 184 118 0.89 0 0.36 0.28 155.85 0.8 0.4
Hex 14 B8 76 59 0 24 1C 9C 50 28
Octal 24 270 166 131 0 44 34 234 120 50
Binary 10100 10111000 1110110 1011001 0 100100 11100 10011100 1010000 101000

Color Harmonies of #14B876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B876

Black with #14B876

Text Example


Text Example

White with #14B876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,184,118); }

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

background-color css

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

 a { background-color: rgb(20,184,118); }

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

border-color css

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

 span { border-color: rgb(20,184,118); }

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