Html Css Color HEX #14B584 Mountain Meadow

📋 copy color: '#14B584'

red 20 ◦ green 181 ◦ blue 132

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

Shades of Mountain Meadow #14B584

Tints of Mountain Meadow #14B584

RGB

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

 GREEN value IS 181 (71.09% from 255) = 54.35%

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

R = 6.01%
G = 54.35%
B = 39.64%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#14B584 (or 0x14B584) is known color: Mountain Meadow. HEX triplet: 14, B5 and 84. RGB value is (20,181,132). Sum of RGB (Red+Green+Blue) = 20+181+132=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 181 (71.09% from 255 or 54.35% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 181 - color contains mainly: green. Hex color #14B584 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B584 is #EB4A7B. Grayscale: #7F7F7F. Windows color (decimal): -15420028 or 8697108. OLE color: 8697108.

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

Color convert

RGB 20 181 132 -
CMYK 0.89 0 0.27 0.29
HSL 161.74º 0.8% 0.39% -
HSV(B) 161.74º 0.89% 0.71% -
XYZ 20.98 34.86 27.45 -
YUV 127.28 130.66 51.48 -
System Red Green Blue C M Y K H S L
Decimal 20 181 132 0.89 0 0.27 0.29 161.74 0.8 0.39
Hex 14 B5 84 59 0 1B 1D A2 50 27
Octal 24 265 204 131 0 33 35 242 120 47
Binary 10100 10110101 10000100 1011001 0 11011 11101 10100010 1010000 100111

Color Harmonies of #14B584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B584

Black with #14B584

Text Example


Text Example

White with #14B584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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