Html Css Color HEX #14BA85 Mountain Meadow

📋 copy color: '#14BA85'

red 20 ◦ green 186 ◦ blue 133

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

Shades of Mountain Meadow #14BA85

Tints of Mountain Meadow #14BA85

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.87%

 BLUE value IS 133 (52.34% from 255) = 39.23%

R = 5.9%
G = 54.87%
B = 39.23%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#14BA85 (or 0x14BA85) is known color: Mountain Meadow. HEX triplet: 14, BA and 85. RGB value is (20,186,133). Sum of RGB (Red+Green+Blue) = 20+186+133=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BA85 is #EB457A. Grayscale: #828282. Windows color (decimal): -15418747 or 8763924. OLE color: 8763924.

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

Color convert

RGB 20 186 133 -
CMYK 0.89 0 0.28 0.27
HSL 160.84º 0.81% 0.4% -
HSV(B) 160.84º 0.89% 0.73% -
XYZ 22.08 36.96 28.16 -
YUV 130.32 129.5 49.31 -
System Red Green Blue C M Y K H S L
Decimal 20 186 133 0.89 0 0.28 0.27 160.84 0.81 0.4
Hex 14 BA 85 59 0 1C 1B A1 51 28
Octal 24 272 205 131 0 34 33 241 121 50
Binary 10100 10111010 10000101 1011001 0 11100 11011 10100001 1010001 101000

Color Harmonies of #14BA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BA85

Black with #14BA85

Text Example


Text Example

White with #14BA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,186,133); }

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

background-color css

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

 a { background-color: rgb(20,186,133); }

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

border-color css

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

 span { border-color: rgb(20,186,133); }

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