#14BA91

Color #14BA91 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #14BA91

Tints of Mountain Meadow #14BA91

Color information

#14BA91 (or 0x14BA91) is unknown color: approx Mountain Meadow. HEX triplet: 14, BA and 91. RGB value is (20,186,145). Sum of RGB (Red+Green+Blue) = 20+186+145=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BA91 is #EB456E. Grayscale: #838383. Windows color (decimal): -15418735 or 9550356. OLE color: 9550356.

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

Color convert

RGB20186145-
CMYK0.8900.220.27
HSL165.18º80.58%40.39%-
HSV(B)165.18º89.25%72.94%-
XYZ22.9637.3132.78-
YUV131.69135.548.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.70%
GREEN value IS 186 (73.05% from 255) = 52.99%
BLUE value IS 145 (57.03% from 255) = 41.31%
R=5.70%
G=52.99%
B=41.31%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal201861450.8900.220.27165.1880.5840.39
Hex14BA91590161Ba55128
Octal242722211310263324512150
Binary101001011101010010001101100101011011011101001011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14BA91;
 }
 .AnyTagClassName
 {
   color: #14BA91;
 }
</style>
background-color css

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

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

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

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

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

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