Html Css Color HEX #14B884 Mountain Meadow

📋 copy color: '#14B884'

red 20 ◦ green 184 ◦ blue 132

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

Shades of Mountain Meadow #14B884

Tints of Mountain Meadow #14B884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.29%

R = 5.95%
G = 54.76%
B = 39.29%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#14B884 (or 0x14B884) is known color: Mountain Meadow. HEX triplet: 14, B8 and 84. RGB value is (20,184,132). Sum of RGB (Red+Green+Blue) = 20+184+132=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 184 (72.27% from 255 or 54.76% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 184 - color contains mainly: green. Hex color #14B884 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B884 is #EB477B. Grayscale: #818181. Windows color (decimal): -15419260 or 8697876. OLE color: 8697876.

HSL color Cylindrical-coordinate representation of color #14B884: hue angle of 160.98º 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 #14B884 is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 20 184 132 -
CMYK 0.89 0 0.28 0.28
HSL 160.98º 0.8% 0.4% -
HSV(B) 160.98º 0.89% 0.72% -
XYZ 21.59 36.1 27.66 -
YUV 129.04 129.67 50.23 -
System Red Green Blue C M Y K H S L
Decimal 20 184 132 0.89 0 0.28 0.28 160.98 0.8 0.4
Hex 14 B8 84 59 0 1C 1C A1 50 28
Octal 24 270 204 131 0 34 34 241 120 50
Binary 10100 10111000 10000100 1011001 0 11100 11100 10100001 1010000 101000

Color Harmonies of #14B884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B884

Black with #14B884

Text Example


Text Example

White with #14B884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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