#14BA74

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

Shades of Mountain Meadow #14BA74

Tints of Mountain Meadow #14BA74

Color information

#14BA74 (or 0x14BA74) is unknown color: approx Mountain Meadow. HEX triplet: 14, BA and 74. RGB value is (20,186,116). Sum of RGB (Red+Green+Blue) = 20+186+116=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BA74 is #EB458B. Grayscale: #808080. Windows color (decimal): -15418764 or 7649812. OLE color: 7649812.

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

Color convert

RGB20186116-
CMYK0.8900.380.27
HSL154.7º80.58%40.39%-
HSV(B)154.7º89.25%72.94%-
XYZ2136.5322.47-
YUV128.3912150.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.21%
GREEN value IS 186 (73.05% from 255) = 57.76%
BLUE value IS 116 (45.70% from 255) = 36.02%
R=6.21%
G=57.76%
B=36.02%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal201861160.8900.380.27154.780.5840.39
Hex14BA74590261B9b5128
Octal242721641310463323312150
Binary101001011101011101001011001010011011011100110111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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